Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Aug 18, 2015
1 parent e55291c commit 0d4abf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/handlers/presence.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def get_states(self, target_users, auth_user, as_event=False, check_auth=True):
)

for local_part, state in states.items():
if stat is None:
if state is None:
continue
res = {"presence": state["state"]}
if "status_msg" in state and state["status_msg"]:
Expand Down

0 comments on commit 0d4abf7

Please sign in to comment.