diff options
author | S7evinK <2353100+S7evinK@users.noreply.github.com> | 2022-03-07 10:37:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-07 10:37:04 +0100 |
commit | 9fbaa1194bb3d7e9f4dfff09461528b846d26a6e (patch) | |
tree | 42b6beb39024ff9666c84c2e4ad5e3abf4bec35b /sytest-blacklist | |
parent | 86d4eef9f10abd944bf689298cc6f9e915b940c7 (diff) |
Add canonical alias support (#2236)
* Add canonical support
* Add test
* Check that the send event is actually an m.room.canonical_alias
Check that we got an event from the database
* Update to get correct required events
* Add flakey test to blacklist
Diffstat (limited to 'sytest-blacklist')
-rw-r--r-- | sytest-blacklist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sytest-blacklist b/sytest-blacklist index becc500e..0cdfebcc 100644 --- a/sytest-blacklist +++ b/sytest-blacklist @@ -31,8 +31,9 @@ Remove group role # Flakey AS-ghosted users can use rooms themselves +/context/ with lazy_load_members filter works # Flakey, need additional investigation Messages that notify from another user increment notification_count Messages that highlight from another user increment unread highlight count -Notifications can be viewed with GET /notifications
\ No newline at end of file +Notifications can be viewed with GET /notifications |