Correctly clear room local highlights

This commit is contained in:
miruka 2020-06-26 16:26:15 -04:00
parent 0ddeacb15c
commit fedcc17c44

View File

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