mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-07 06:53:09 -06:00
Blacklist failiing presence tests
This commit is contained in:
parent
4aaa80a56e
commit
edc7ac053a
|
|
@ -57,3 +57,10 @@ Inbound /v1/send_join rejects joins from other servers
|
||||||
# For notifications extension on iOS
|
# For notifications extension on iOS
|
||||||
|
|
||||||
/event/ does not allow access to events before the user joined
|
/event/ does not allow access to events before the user joined
|
||||||
|
|
||||||
|
# Failing after recent updates with presence
|
||||||
|
|
||||||
|
Newly joined room includes presence in incremental sync
|
||||||
|
User sees their own presence in a sync
|
||||||
|
User is offline if they set_presence=offline in their sync
|
||||||
|
User sees updates to presence from other users in the incremental sync.
|
||||||
Loading…
Reference in a new issue