Kegan Dougal

Results 344 comments of Kegan Dougal

Pleas gate any support for this behind a config flag for [MSC2228](https://github.com/matrix-org/matrix-doc/pull/2228).

Add an additional table please. Don't pollute the core tables with MSC extensions. The vast majority of events will not have an `expires_at` field anyway, so it doesn't really make...

Still failing as of today.

Still failing as of today: `2022-05-20T11:37:09.7789547Z Test 594 outliers whose auth_events are in a different room are correctly rejected... EXPECTED FAIL`

Right, [this column](https://github.com/matrix-org/dendrite/blob/main/keyserver/storage/postgres/device_keys_table.go#L35) cannot be `TEXT` as it doesn't allow null bytes. It needs to be `BYTEA`. Same applies for the `event_json` table and anywhere else where we dump user...

I am aiming to get #2014 merged soon yes, we're basically happy with it at this point. That is a pre-requisite for allowing SSO flows.

It shouldn't cause federation problems as there are existing matrix user IDs on matrix.org which also have upper-case letters.

It should be completely not case-sensitive.

``` Test 315 Newly joined room has correct timeline in incremental sync... EXPECTED FAIL Test 316 Newly joined room includes presence in incremental sync... EXPECTED FAIL Test 326 A next_batch...

I'm debugging issus with flakey device keys currently which could cause this behaviour.