Appease mypy

This commit is contained in:
Brendan Abolivier 2020-06-10 20:44:24 +01:00
parent 243f0ba6ce
commit 9dbd006607
No known key found for this signature in database
GPG key ID: 1E015C145F1916CD

View file

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