Erik Johnston

Results 144 comments of Erik Johnston

Looks like we don't handle `.` correctly. The user ID gets added to the `tsvector` as: ``` erikj=# select to_tsvector('@erikj:jki.re'); to_tsvector ---------------------- 'erikj':1 'jki.re':2 (1 row) ``` However, we convert...

Oh whoops, misread the comment and thought the config was wrong.

I think we can mitigate this a lot by taking the following steps: - [x] Drop all caches related to events when we purge history. We should also purge state...

I concur that this isn't a duplicate of vector-im/element-web#6660, and sounds like useful functionality. Specifically: the ability to restrict new users creating rooms, inviting users, etc. If coupled with a...

Hopefully https://github.com/matrix-org/synapse/pull/16540 fixes this

Sounds like it hasn't https://github.com/matrix-org/synapse/pull/16540#issuecomment-1775949595

@thebalaa if you have an example request URL and response body of a `/sync` that would be useful