mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-23 13:39:56 -05:00
None check
This commit is contained in:
parent
8e254862f4
commit
e55291ce5e
@ -290,6 +290,8 @@ class PresenceHandler(BaseHandler):
|
||||
)
|
||||
|
||||
for local_part, state in states.items():
|
||||
if stat is None:
|
||||
continue
|
||||
res = {"presence": state["state"]}
|
||||
if "status_msg" in state and state["status_msg"]:
|
||||
res["status_msg"] = state["status_msg"]
|
||||
|
Loading…
Reference in New Issue
Block a user