Use temporary prefixes as per the MSC

This commit is contained in:
Brendan Abolivier 2020-06-10 20:32:01 +01:00
parent aad40e38e1
commit df3323a7cf
No known key found for this signature in database
GPG key ID: 1E015C145F1916CD
3 changed files with 5 additions and 3 deletions

View file

@ -1895,7 +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["unread_count"] = notifs["unread_count"]
unread_notifications["org.matrix.msc2625.unread_count"] = (
notifs["unread_count"]
)
sync_result_builder.joined.append(room_sync)