mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-08 18:16:59 +00:00
cf525d1f61
* Add QueryEventsAfter * Add /context * Make all tests pass on sqlite * Add queries to get the events for /context requests * Move /context to the syncapi * Revert "Add QueryEventsAfter" This reverts commit 440a771d10632622e8c65d35fe90f0804bc98862. * Simplify getting the required events * Apply RoomEventFilter when getting events * Add passing tests * Remove logging * Remove unused SQL statements Update comments & add TODO
32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
# Blacklisted until matrix-org/dendrite#862 is reverted due to Riot bug
|
|
Latest account data appears in v2 /sync
|
|
|
|
# Blacklisted because we don't support ignores yet
|
|
Ignore invite in incremental sync
|
|
|
|
# Relies on a rejected PL event which will never be accepted into the DAG
|
|
# 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
|
|
|
|
# We don't implement lazy membership loading yet.
|
|
The only membership state included in a gapped incremental sync is for senders in the timeline
|
|
|
|
# Blacklisted out of flakiness after #1479
|
|
Invited user can reject local invite after originator leaves
|
|
Invited user can reject invite for empty room
|
|
If user leaves room, remote user changes device and rejoins we see update in /sync and /keys/changes
|
|
|
|
# Blacklisted due to flakiness
|
|
Forgotten room messages cannot be paginated
|
|
|
|
# Blacklisted due to flakiness after #1774
|
|
Local device key changes get to remote servers with correct prev_id
|
|
|
|
# Flakey
|
|
Local device key changes appear in /keys/changes
|
|
|
|
# we don't support groups
|
|
Remove group category
|
|
Remove group role
|
|
|