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

View file

@ -1895,9 +1895,9 @@ class SyncHandler(object):
if notifs is not None:
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_notifications["org.matrix.msc2625.unread_count"] = notifs[
"unread_count",
]
sync_result_builder.joined.append(room_sync)