diff options
author | Till <2353100+S7evinK@users.noreply.github.com> | 2022-08-12 13:33:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-12 13:33:31 +0200 |
commit | b4647fbb7e36014c01d4ec8a65e2644133103683 (patch) | |
tree | 23b91f2dd900006ee6ccdf7849e59886d01781ff /sytest-whitelist | |
parent | 48600d554096d54d12a6d3834f8f5f45506e3026 (diff) |
Show/hide users in user directory (#2637)
* CS API changes
* Query remote profiles
* Add passing tests
* Don't create a new FullyQualifiedProfile
* Handle sql.ErrNoRows
Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
Diffstat (limited to 'sytest-whitelist')
-rw-r--r-- | sytest-whitelist | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sytest-whitelist b/sytest-whitelist index 88dfe920..dcffeaff 100644 --- a/sytest-whitelist +++ b/sytest-whitelist @@ -739,4 +739,8 @@ Only see history_visibility changes on boundaries Current state appears in timeline in private history Current state appears in timeline in private history with many messages before Local users can peek into world_readable rooms by room ID -Newly joined room includes presence in incremental sync
\ No newline at end of file +Newly joined room includes presence in incremental sync +User in private room doesn't appear in user directory +User joining then leaving public room appears and dissappears from directory +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
\ No newline at end of file |