mirror of
https://github.com/matrix-org/dendrite.git
synced 2024-11-22 14:21:55 -06:00
Move tests to whitelist
This commit is contained in:
parent
6f22cfa68f
commit
a7d0120019
|
@ -39,12 +39,6 @@ Events in rooms with AS-hosted room aliases are sent to AS server
|
|||
Inviting an AS-hosted user asks the AS server
|
||||
Accesing an AS-hosted room alias asks the AS server
|
||||
|
||||
# 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
|
||||
|
||||
# More flakey
|
||||
|
||||
If remote user leaves room we no longer receive device updates
|
||||
|
|
|
@ -720,4 +720,7 @@ Setting state twice is idempotent
|
|||
Joining room twice is idempotent
|
||||
Inbound federation can return missing events for shared visibility
|
||||
Inbound federation ignores redactions from invalid servers room > v3
|
||||
Newly joined room includes presence in incremental sync
|
||||
Newly joined room includes presence in incremental sync
|
||||
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
|
Loading…
Reference in a new issue