diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-09-07 15:15:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-07 15:15:06 +0100 |
commit | a55e2707d73c19b555c18ebc19df3170a96055e2 (patch) | |
tree | 8773ce5694d0677d7af836fad5589e8fad70332e /changelog.d | |
parent | Add more logging to debug slow startup (#8264) (diff) | |
download | synapse-a55e2707d73c19b555c18ebc19df3170a96055e2.tar.xz |
Fix unread count failing on NULL values (#8270)
Fix unread counts making sync fail if the value of the `unread_count` column in `event_push_summary` is `None`.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8270.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8270.feature b/changelog.d/8270.feature new file mode 100644 index 0000000000..feb02be234 --- /dev/null +++ b/changelog.d/8270.feature @@ -0,0 +1 @@ +Add unread messages count to sync responses, as specified in [MSC2654](https://github.com/matrix-org/matrix-doc/pull/2654). |