mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Appease mypy
This commit is contained in:
parent
243f0ba6ce
commit
9dbd006607
@ -1896,7 +1896,7 @@ class SyncHandler(object):
|
|||||||
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"] = notifs[
|
unread_notifications["org.matrix.msc2625.unread_count"] = notifs[
|
||||||
"unread_count",
|
"unread_count"
|
||||||
]
|
]
|
||||||
|
|
||||||
sync_result_builder.joined.append(room_sync)
|
sync_result_builder.joined.append(room_sync)
|
||||||
|
Loading…
Reference in New Issue
Block a user