mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-28 09:24:41 +00:00
Typo
This commit is contained in:
@@ -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"]:
|
||||
|
||||
Reference in New Issue
Block a user