Still send typing notifications to myself if I'm the only one in the room (it's a lonely life...)

pull/28/head
Paul "LeoNerd" Evans 2014-12-15 14:37:12 +00:00
parent 3610641a62
commit 20beed9dd4
1 changed files with 1 additions and 2 deletions

View File

@ -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: