Correctly clear room local highlights
This commit is contained in:
parent
0ddeacb15c
commit
fedcc17c44
@ -290,6 +290,7 @@ class Backend:
|
||||
room.unreads = 0
|
||||
room.highlights = 0
|
||||
room.local_unreads = False
|
||||
room.local_highlights = False
|
||||
await client.update_account_unread_counts()
|
||||
await client.update_receipt_marker(room_id, event_id)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user