Disable presence

This reverts commit 0ebd376a53 and
disables presence a bit more
This commit is contained in:
Erik Johnston 2017-05-05 11:02:34 +01:00 committed by Richard van der Hoff
parent 66dcbf47a3
commit 43bb12e640
6 changed files with 14 additions and 7 deletions

View file

@ -83,7 +83,7 @@ class PresenceStatusRestServlet(ClientV1RestServlet):
except Exception:
raise SynapseError(400, "Unable to parse state")
yield self.presence_handler.set_state(user, state)
# yield self.presence_handler.set_state(user, state)
defer.returnValue((200, {}))