diff options
author | Till <2353100+S7evinK@users.noreply.github.com> | 2022-10-14 10:38:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-14 10:38:12 +0200 |
commit | a8bc558a606266b2dc1d1c19cf0c052f3b733679 (patch) | |
tree | 1953cef207e00577beedd34def64041139f4a5d7 /sytest-whitelist | |
parent | fb44e33909660b5e37f2d422baf4ffa7ddc30b0a (diff) |
Always add `UnreadNotifications` to joined room reponses (#2793)
Fixes a minor bug, where we failed to add `UnreadNotifications` to the
join response, if it wasn't in
`GetUserUnreadNotificationCountsForRooms`.
Diffstat (limited to 'sytest-whitelist')
-rw-r--r-- | sytest-whitelist | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sytest-whitelist b/sytest-whitelist index 2bd8b940..93d447d2 100644 --- a/sytest-whitelist +++ b/sytest-whitelist @@ -744,4 +744,6 @@ User in remote room doesn't appear in user directory after server left room User in shared private room does appear in user directory until leave Existing members see new member's presence Inbound federation can return missing events for joined visibility -outliers whose auth_events are in a different room are correctly rejected
\ No newline at end of file +outliers whose auth_events are in a different room are correctly rejected +Messages that notify from another user increment notification_count +Messages that highlight from another user increment unread highlight count
\ No newline at end of file |