diff options
author | Till <2353100+S7evinK@users.noreply.github.com> | 2022-11-04 13:23:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-04 13:23:00 +0100 |
commit | b13cb43785aa0a392d644ffc4901dc3111616a21 (patch) | |
tree | 7ea8f20c5b1614be3dcdfbe2b070f48661be0af0 /sytest-blacklist | |
parent | eeabe892a906455430ca44577afa949e6ab95d95 (diff) |
Send presence to joined hosts only (#2858)
Send presence events only to rooms the user is participating, not all
servers we know about.
Should fix #2752
Diffstat (limited to 'sytest-blacklist')
-rw-r--r-- | sytest-blacklist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sytest-blacklist b/sytest-blacklist index e2859dcb..c35b03bd 100644 --- a/sytest-blacklist +++ b/sytest-blacklist @@ -46,3 +46,6 @@ If a device list update goes missing, the server resyncs on the next one # Might be a bug in the test because leaves do appear :-( Leaves are present in non-gapped incremental syncs + +# Below test was passing for the wrong reason, failing correctly since #2858 +New federated private chats get full presence information (SYN-115)
\ No newline at end of file |