mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-15 19:03:53 +01:00
Lint
This commit is contained in:
parent
df3323a7cf
commit
243f0ba6ce
1 changed files with 3 additions and 3 deletions
|
@ -1895,9 +1895,9 @@ class SyncHandler(object):
|
||||||
if notifs is not None:
|
if notifs is not None:
|
||||||
unread_notifications["notification_count"] = notifs["notify_count"]
|
unread_notifications["notification_count"] = notifs["notify_count"]
|
||||||
unread_notifications["highlight_count"] = notifs["highlight_count"]
|
unread_notifications["highlight_count"] = notifs["highlight_count"]
|
||||||
unread_notifications["org.matrix.msc2625.unread_count"] = (
|
unread_notifications["org.matrix.msc2625.unread_count"] = notifs[
|
||||||
notifs["unread_count"]
|
"unread_count",
|
||||||
)
|
]
|
||||||
|
|
||||||
sync_result_builder.joined.append(room_sync)
|
sync_result_builder.joined.append(room_sync)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue