summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <paul@matrix.org>2014-12-15 14:37:12 +0000
committerPaul "LeoNerd" Evans <paul@matrix.org>2014-12-15 14:37:12 +0000
commit20beed9dd4b4b129641423caebaef090b30795b8 (patch)
tree0be6ff39b1df9545ff150d8bb8950b20de2ab680
parentUpdate docs in media_repository (diff)
downloadsynapse-20beed9dd4b4b129641423caebaef090b30795b8.tar.xz
Still send typing notifications to myself if I'm the only one in the room (it's a lonely life...)
-rw-r--r--synapse/handlers/typing.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/synapse/handlers/typing.py b/synapse/handlers/typing.py

index 253fec514d..3f2f250dd2 100644 --- a/synapse/handlers/typing.py +++ b/synapse/handlers/typing.py
@@ -146,8 +146,7 @@ class TypingNotificationHandler(BaseHandler): rm_handler = self.homeserver.get_handlers().room_member_handler yield rm_handler.fetch_room_distributions_into( - room_id, localusers=localusers, remotedomains=remotedomains, - ignore_user=user + room_id, localusers=localusers, remotedomains=remotedomains ) if localusers: