mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-23 14:53:10 -06:00
Update blacklist
This commit is contained in:
parent
c1c1814ce8
commit
c82adf2e6c
|
|
@ -40,11 +40,6 @@ Ignore invite in incremental sync
|
||||||
New room members see their own join event
|
New room members see their own join event
|
||||||
Existing members see new members' join events
|
Existing members see new members' join events
|
||||||
|
|
||||||
# Blacklisted because the federation work for these hasn't been finished yet.
|
|
||||||
Can recv device messages over federation
|
|
||||||
Device messages over federation wake up /sync
|
|
||||||
Wildcard device messages over federation wake up /sync
|
|
||||||
|
|
||||||
# See https://github.com/matrix-org/sytest/pull/901
|
# See https://github.com/matrix-org/sytest/pull/901
|
||||||
Remote invited user can see room metadata
|
Remote invited user can see room metadata
|
||||||
|
|
||||||
|
|
@ -56,8 +51,8 @@ Inbound federation accepts a second soft-failed event
|
||||||
# Caused by https://github.com/matrix-org/sytest/pull/911
|
# Caused by https://github.com/matrix-org/sytest/pull/911
|
||||||
Outbound federation requests missing prev_events and then asks for /state_ids and resolves the state
|
Outbound federation requests missing prev_events and then asks for /state_ids and resolves the state
|
||||||
|
|
||||||
# We don't implement device lists yet
|
|
||||||
Device list doesn't change if remote server is down
|
|
||||||
|
|
||||||
# We don't implement lazy membership loading yet.
|
# We don't implement lazy membership loading yet.
|
||||||
The only membership state included in a gapped incremental sync is for senders in the timeline
|
The only membership state included in a gapped incremental sync is for senders in the timeline
|
||||||
|
|
||||||
|
# flakey since implementing rejected events
|
||||||
|
Inbound federation correctly soft fails events
|
||||||
Loading…
Reference in a new issue