mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-04 10:24:52 -04:00
Use temporary prefixes as per the MSC
This commit is contained in:
parent
aad40e38e1
commit
df3323a7cf
3 changed files with 5 additions and 3 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue