diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-08-06 17:15:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-06 17:15:35 +0100 |
commit | 2ffd6783c7af12e3c29e1a44dee4a9deeb83890b (patch) | |
tree | a757175121ecd385dd174b84b30016cf74c81350 /synapse/rest | |
parent | Convert some util functions to async (#8035) (diff) | |
download | synapse-2ffd6783c7af12e3c29e1a44dee4a9deeb83890b.tar.xz |
Revert #7736 (#8039)
Diffstat (limited to 'synapse/rest')
-rw-r--r-- | synapse/rest/client/v2_alpha/sync.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/rest/client/v2_alpha/sync.py b/synapse/rest/client/v2_alpha/sync.py index 3f5bf75e59..a5c24fbd63 100644 --- a/synapse/rest/client/v2_alpha/sync.py +++ b/synapse/rest/client/v2_alpha/sync.py @@ -426,7 +426,6 @@ class SyncRestServlet(RestServlet): result["ephemeral"] = {"events": ephemeral_events} result["unread_notifications"] = room.unread_notifications result["summary"] = room.summary - result["org.matrix.msc2654.unread_count"] = room.unread_count return result |