mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-15 02:33:51 +01:00
Typo
This commit is contained in:
parent
e55291ce5e
commit
0d4abf7777
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ class PresenceHandler(BaseHandler):
|
||||||
)
|
)
|
||||||
|
|
||||||
for local_part, state in states.items():
|
for local_part, state in states.items():
|
||||||
if stat is None:
|
if state is None:
|
||||||
continue
|
continue
|
||||||
res = {"presence": state["state"]}
|
res = {"presence": state["state"]}
|
||||||
if "status_msg" in state and state["status_msg"]:
|
if "status_msg" in state and state["status_msg"]:
|
||||||
|
|
Loading…
Reference in a new issue