Remove pointless local_highlights
An event can only be considered a highlight if a push rule make it so, thus an event can never be locally highlighted only.
This commit is contained in:
@@ -379,10 +379,9 @@ class Backend:
|
||||
|
||||
if room:
|
||||
room.set_fields(
|
||||
unreads = 0,
|
||||
highlights = 0,
|
||||
local_unreads = False,
|
||||
local_highlights = False,
|
||||
unreads = 0,
|
||||
highlights = 0,
|
||||
local_unreads = False,
|
||||
)
|
||||
await client.update_account_unread_counts()
|
||||
|
||||
|
Reference in New Issue
Block a user