mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-19 06:47:47 -04:00
Disable presence
This reverts commit 0ebd376a53
and
disables presence a bit more
This commit is contained in:
parent
66dcbf47a3
commit
43bb12e640
6 changed files with 14 additions and 7 deletions
|
@ -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, {}))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue