summary refs log tree commit diff
path: root/synapse/handlers/sync.py
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-06-10 20:44:24 +0100
committerBrendan Abolivier <babolivier@matrix.org>2020-06-10 20:44:24 +0100
commit9dbd006607349dd87dde5653e10dfccd3bed00d4 (patch)
tree50e1453edb03f9a9787f87e7ea191ba5d17cdbb1 /synapse/handlers/sync.py
parentLint (diff)
downloadsynapse-9dbd006607349dd87dde5653e10dfccd3bed00d4.tar.xz
Appease mypy
Diffstat (limited to 'synapse/handlers/sync.py')
-rw-r--r--synapse/handlers/sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/sync.py b/synapse/handlers/sync.py

index 44ddb5504c..15cf647737 100644 --- a/synapse/handlers/sync.py +++ b/synapse/handlers/sync.py
@@ -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)