diff options
author | Till <2353100+S7evinK@users.noreply.github.com> | 2022-04-11 09:05:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-11 09:05:23 +0200 |
commit | 69f2ff7c82abe0731a05febde88098f4cd34ab8d (patch) | |
tree | c7e0e2e65550f8b2d3b50e385acc6ac4cdbc90d2 /sytest-whitelist | |
parent | b4b2fbc36b1eb1b46640feadbe7e1729c864a898 (diff) |
Correctly use provided filters (#2339)
* Apply filters correctly
* Fix issues; Use prepareWithFilters
* Update gmsl & tests
* go.mod..
* PR comments
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 dc67c993..a7aea05e 100644 --- a/sytest-whitelist +++ b/sytest-whitelist @@ -696,4 +696,6 @@ Room state after a rejected message event is the same as before Room state after a rejected state event is the same as before Ignore user in existing room Ignore invite in full sync -Ignore invite in incremental sync
\ No newline at end of file +Ignore invite in incremental sync +A filtered timeline reaches its limit +A change to displayname should not result in a full state sync
\ No newline at end of file |