mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-19 08:24:25 +01:00
Appease mypy
This commit is contained in:
parent
243f0ba6ce
commit
9dbd006607
1 changed files with 1 additions and 1 deletions
|
@ -1896,7 +1896,7 @@ class SyncHandler(object):
|
|||
unread_notifications["notification_count"] = notifs["notify_count"]
|
||||
unread_notifications["highlight_count"] = notifs["highlight_count"]
|
||||
unread_notifications["org.matrix.msc2625.unread_count"] = notifs[
|
||||
"unread_count",
|
||||
"unread_count"
|
||||
]
|
||||
|
||||
sync_result_builder.joined.append(room_sync)
|
||||
|
|
Loading…
Reference in a new issue