Skip to content
Snippets Groups Projects
Commit 20beed9d authored by Paul "LeoNerd" Evans's avatar Paul "LeoNerd" Evans
Browse files

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

parent 3610641a
No related branches found
No related tags found
No related merge requests found
...@@ -146,8 +146,7 @@ class TypingNotificationHandler(BaseHandler): ...@@ -146,8 +146,7 @@ class TypingNotificationHandler(BaseHandler):
rm_handler = self.homeserver.get_handlers().room_member_handler rm_handler = self.homeserver.get_handlers().room_member_handler
yield rm_handler.fetch_room_distributions_into( yield rm_handler.fetch_room_distributions_into(
room_id, localusers=localusers, remotedomains=remotedomains, room_id, localusers=localusers, remotedomains=remotedomains
ignore_user=user
) )
if localusers: if localusers:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment