summary refs log tree commit diff
path: root/synapse/app/synchrotron.py
diff options
context:
space:
mode:
authorWill Hunt <half-shot@molrams.com>2016-08-11 11:48:30 +0100
committerWill Hunt <half-shot@molrams.com>2016-08-11 11:48:30 +0100
commit5b5148b7ec2a2bdfe5c3045ade80b29ee3183abd (patch)
treedd58c4ddd2e0a3d1726e11f2f2172e94f662e4bc /synapse/app/synchrotron.py
parentDon't change status_msg on /sync (diff)
downloadsynapse-5b5148b7ec2a2bdfe5c3045ade80b29ee3183abd.tar.xz
Synced up synchrotron set_state with PresenceHandler set_state
Diffstat (limited to 'synapse/app/synchrotron.py')
-rw-r--r--synapse/app/synchrotron.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/app/synchrotron.py b/synapse/app/synchrotron.py
index 215ccfd522..48bc97636c 100644
--- a/synapse/app/synchrotron.py
+++ b/synapse/app/synchrotron.py
@@ -119,7 +119,7 @@ class SynchrotronPresence(object):
 
         reactor.addSystemEventTrigger("before", "shutdown", self._on_shutdown)
 
-    def set_state(self, user, state):
+    def set_state(self, user, state, ignore_status_msg=False):
         # TODO Hows this supposed to work?
         pass