Kegan Dougal
Kegan Dougal
Still failing as of today.
Sytests: ``` × Can request federation format via the filter × Check creating invalid filters returns 4xx ```
@neilalexander did you do this in https://github.com/matrix-org/dendrite/pull/1721 ?
There are still 2 outstanding tests which are failing.
Most likely because the AS work was bundled with the Config, and since every component uses the Config, by proxy it uses the AS stuff. We should fix that: there's...
We need to ensure we're testing that `exempt_user_ids` are actually being exempted from the rate limiting code.
Also seen oddities on other servers with `lookup failed for \"matrix-federation.matrix.org\"" ` when sending invites over federation...
Still failing as of today.
`Local device key changes appear in /keys/changes` is a flakey test annoyingly, so feel free to ignore it. It is already ignored https://github.com/matrix-org/dendrite/blob/master/sytest-blacklist#L75 but for some reason sytest doesn't pick...
So this could be either: - Dendrite isn't telling clients about all the devices for a user, so the client never encrypts messages for the matrix.org device. - Dendrite isn't...