Blacklist presence tests.

This commit is contained in:
Daniel Aloni 2023-12-28 11:43:08 +02:00
parent e06cb2a7b7
commit ebcacf6b64

View file

@ -23,4 +23,9 @@ Guest users can join guest_access rooms
# 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
# Still not sure what's gone wrong here. Probably our custom presence logics.
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.