mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-29 01:33:10 -06:00
Update are-we-synapse-yet
Signed-off-by: Till Faelligen <tfaelligen@gmail.com>
This commit is contained in:
parent
50222273d1
commit
da61248f21
|
|
@ -158,7 +158,7 @@ f,jon Remote users can join room by alias
|
||||||
syn New room members see their own join event
|
syn New room members see their own join event
|
||||||
v1s New room members see existing members' presence in room initialSync
|
v1s New room members see existing members' presence in room initialSync
|
||||||
syn Existing members see new members' join events
|
syn Existing members see new members' join events
|
||||||
syn Existing members see new member's presence
|
syn,pre Existing members see new member's presence
|
||||||
v1s New room members see first user's profile information in global initialSync
|
v1s New room members see first user's profile information in global initialSync
|
||||||
v1s New room members see first user's profile information in per-room initialSync
|
v1s New room members see first user's profile information in per-room initialSync
|
||||||
f,jon Remote users may not join unfederated rooms
|
f,jon Remote users may not join unfederated rooms
|
||||||
|
|
@ -351,8 +351,8 @@ syn Can sync a joined room
|
||||||
syn Full state sync includes joined rooms
|
syn Full state sync includes joined rooms
|
||||||
syn Newly joined room is included in an incremental sync
|
syn Newly joined room is included in an incremental sync
|
||||||
syn Newly joined room has correct timeline in incremental sync
|
syn Newly joined room has correct timeline in incremental sync
|
||||||
syn Newly joined room includes presence in incremental sync
|
syn,pre Newly joined room includes presence in incremental sync
|
||||||
syn Get presence for newly joined members in incremental sync
|
syn,pre Get presence for newly joined members in incremental sync
|
||||||
syn Can sync a room with a single message
|
syn Can sync a room with a single message
|
||||||
syn Can sync a room with a message with a transaction id
|
syn Can sync a room with a message with a transaction id
|
||||||
syn A message sent after an initial sync appears in the timeline of an incremental sync.
|
syn A message sent after an initial sync appears in the timeline of an incremental sync.
|
||||||
|
|
@ -362,9 +362,9 @@ syn A full_state incremental update returns only recent timeline
|
||||||
syn A prev_batch token can be used in the v1 messages API
|
syn A prev_batch token can be used in the v1 messages API
|
||||||
syn A next_batch token can be used in the v1 messages API
|
syn A next_batch token can be used in the v1 messages API
|
||||||
syn A prev_batch token from incremental sync can be used in the v1 messages API
|
syn A prev_batch token from incremental sync can be used in the v1 messages API
|
||||||
syn User sees their own presence in a sync
|
syn,pre User sees their own presence in a sync
|
||||||
syn User is offline if they set_presence=offline in their sync
|
syn User is offline if they set_presence=offline in their sync
|
||||||
syn User sees updates to presence from other users in the incremental sync.
|
syn,pre User sees updates to presence from other users in the incremental sync.
|
||||||
syn State is included in the timeline in the initial sync
|
syn State is included in the timeline in the initial sync
|
||||||
f,syn State from remote users is included in the state in the initial sync
|
f,syn State from remote users is included in the state in the initial sync
|
||||||
syn Changes to state are included in an incremental sync
|
syn Changes to state are included in an incremental sync
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue