mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Only notify user, not entire room
This commit is contained in:
parent
122cd52ce4
commit
69a18514e9
@ -60,6 +60,4 @@ class ReadMarkerHandler(BaseHandler):
|
|||||||
max_id = yield self.store.add_account_data_to_room(
|
max_id = yield self.store.add_account_data_to_room(
|
||||||
user_id, room_id, "m.read_marker", content
|
user_id, room_id, "m.read_marker", content
|
||||||
)
|
)
|
||||||
self.notifier.on_new_event(
|
self.notifier.on_new_event("account_data_key", max_id, users=[user_id])
|
||||||
"account_data_key", max_id, users=[user_id], rooms=[room_id]
|
|
||||||
)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user