summary refs log tree commit diff
path: root/synapse/util/distributor.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-06-20 14:39:58 +0100
committerErik Johnston <erik@matrix.org>2016-06-20 14:39:58 +0100
commit22dea0ca3767c3944d960ba60a8ec4af25826d0f (patch)
tree69d9ff951d82023604252805a0ddc45e87914c89 /synapse/util/distributor.py
parentFix 'A next_batch token can be used in the v1 messages API' (diff)
parentBump version and changelog (diff)
downloadsynapse-22dea0ca3767c3944d960ba60a8ec4af25826d0f.tar.xz
Merge branch 'develop' of github.com:matrix-org/synapse into erikj/paginate_sync
Diffstat (limited to 'synapse/util/distributor.py')
-rw-r--r--synapse/util/distributor.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/synapse/util/distributor.py b/synapse/util/distributor.py
index d7cccc06b1..e68f94ce77 100644
--- a/synapse/util/distributor.py
+++ b/synapse/util/distributor.py
@@ -27,10 +27,6 @@ import logging
 logger = logging.getLogger(__name__)
 
 
-def registered_user(distributor, user):
-    return distributor.fire("registered_user", user)
-
-
 def user_left_room(distributor, user, room_id):
     return preserve_context_over_fn(
         distributor.fire,