Kegan Dougal

Results 344 comments of Kegan Dougal

Sytests: ``` × Can invite existing 3pid × Can invite existing 3pid with no ops into a private room × Can invite existing 3pid in createRoom × Can invite unbound...

We don't have `/preview_url` support in yet I think - https://spec.matrix.org/latest/client-server-api/#get_matrixmediav3preview_url

I don't think it's a browser bug, as Jitsi doesn't do this in the same browser/machine.

To elaborate, this code cycles the fallback key and generates a new one: https://github.com/matrix-org/vodozemac/blob/8d0e0f704adeaeacd1cfd66c59ca319e3f1fe016/src/olm/account/fallback_keys.rs#L75:L85 This is called from `generate_fallback_key_helper` which logs `"No unused fallback keys were found on the server,...

Basic support is definitely there.

We recently updated our [contributing guidelines](https://github.com/matrix-org/dendrite/blob/main/docs/CONTRIBUTING.md#contribution-types). This PR is being closed because it isn't a feature we want to maintain going forwards. If there is a serious need for this,...

We recently updated our [contributing guidelines](https://github.com/matrix-org/dendrite/blob/main/docs/CONTRIBUTING.md#contribution-types). This PR is being closed because it isn't a feature we want to maintain going forwards. This PR notably increases the configuration API surface...

We recently updated our [contributing guidelines](https://github.com/matrix-org/dendrite/blob/main/docs/CONTRIBUTING.md#contribution-types). This PR is being closed because it isn't a feature we want to maintain going forwards. Supporting WAL is nice but adds extra risks...

We don't support docker-compose as a maintained runtime configuration. We will however support Helm charts, which are kinda like docker-compose in some ways.