diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-04-01 16:14:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-01 16:14:38 +0100 |
commit | cd8fac152eb2ea9165646e08bd87e3e95bd4706a (patch) | |
tree | 8c8d0889eed060e95bf944408d6b63e6916e76c4 /sytest-whitelist | |
parent | 8213b2ba3071c2426cfcc506bafc6e45e23c9925 (diff) |
Include joined and invite member counts in room summary (#2315)
* Include joined and invite member counts in room summary
This should fix #2314 and also fix the problem where some clients like Element Android, Fluffychat etc would display the wrong member count for a given room.
* Improve SQLite query precision
* Check existence of state key for membership events
Diffstat (limited to 'sytest-whitelist')
-rw-r--r-- | sytest-whitelist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sytest-whitelist b/sytest-whitelist index 40bf5afa..7614fbb9 100644 --- a/sytest-whitelist +++ b/sytest-whitelist @@ -661,3 +661,4 @@ Canonical alias can include alt_aliases Can delete canonical alias AS can make room aliases /context/ with lazy_load_members filter works +Room summary counts change when membership changes |