diff options
author | Till <2353100+S7evinK@users.noreply.github.com> | 2022-04-13 13:16:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-13 13:16:02 +0200 |
commit | 29f216878994dccc68e34c90e5a0240c7698589f (patch) | |
tree | d0155a838c6c234285d952197133bc23dbbbb92e /sytest-whitelist | |
parent | ea92f80c128bcff0fd4e02df40b272f7d90a97da (diff) |
Make `/messages` filterable (#2347)
* Make /messages filterable
Fix bug when determining if an event contains an URL
* Add newly passing test
* Fix test
Diffstat (limited to 'sytest-whitelist')
-rw-r--r-- | sytest-whitelist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sytest-whitelist b/sytest-whitelist index a7aea05e..f63b96f5 100644 --- a/sytest-whitelist +++ b/sytest-whitelist @@ -698,4 +698,5 @@ Ignore user in existing room Ignore invite in full sync 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 +A change to displayname should not result in a full state sync +Can fetch images in room
\ No newline at end of file |