mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-18 11:34:20 -05:00
Still send typing notifications to myself if I'm the only one in the room (it's a lonely life...)
This commit is contained in:
parent
3610641a62
commit
20beed9dd4
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user