pull/4/merge
Erik Johnston 9 years ago
parent e55291ce5e
commit 0d4abf7777
  1. 2
      synapse/handlers/presence.py

@ -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…
Cancel
Save