mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Typo
This commit is contained in:
parent
e55291ce5e
commit
0d4abf7777
@ -290,7 +290,7 @@ class PresenceHandler(BaseHandler):
|
||||
)
|
||||
|
||||
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"]:
|
||||
|
Loading…
Reference in New Issue
Block a user