mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-08 18:16:59 +00:00
49f760a30b
* Merge forward * Tidy up a bit * TODO: What to do with NextBatch here? * Replace SyncPosition with PaginationToken throughout syncapi * Fix PaginationTokens * Fix lint errors * Add a couple of missing functions into the syncapi external storage interface * Some updates based on review comments from @babolivier * Some updates based on review comments from @babolivier * argh whitespacing * Fix opentracing span * Remove dead code * Don't overshadow err (fix lint issue) * Handle extremities after inserting event into topology * Try insert event topology as ON CONFLICT DO NOTHING * Prevent OOB error in addRoomDeltaToResponse * Thwarted by gocyclo again * Fix NewPaginationTokenFromString, define unit test for it * Update pagination token test * Update sytest-whitelist * Hopefully fix some of the sync batch tokens * Remove extraneous sync position func * Revert to topology tokens in addRoomDeltaToResponse etc * Fix typo * Remove prevPDUPos as dead now that backwardTopologyPos is used instead * Fix selectEventsWithEventIDsSQL * Update sytest-blacklist * Update sytest-whitelist
19 lines
638 B
Plaintext
19 lines
638 B
Plaintext
# Blacklisted due to flakiness
|
|
Remote users can join room by alias
|
|
|
|
# Blacklisted due to flakiness
|
|
POST /login can log in as a user with just the local part of the id
|
|
|
|
# Blacklisted due to flakiness
|
|
avatar_url updates affect room member events
|
|
|
|
# Blacklisted due to flakiness
|
|
Room members can override their displayname on a room-specific basis
|
|
|
|
# Blacklisted due to flakiness
|
|
Alias creators can delete alias with no ops
|
|
|
|
# Blacklisted because matrix-org/dendrite#847 might have broken it but we're not
|
|
# really sure and we need it pretty badly anyway
|
|
Real non-joined users can get individual state for world_readable rooms after leaving
|