0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-07-15 09:28:39 +02:00
dendrite/roomserver/storage
Neil Alexander c1447a58e5
Various alias fixes (#1934)
* Generate m.room.canonical_alias instead of legacy m.room.aliases

* Add omitempty tags

* Add aliases endpoint to client API

* Check power levels when setting aliases

* Don't return null on /aliases

* Don't return error if the state event fails

* Update sytest-whitelist

* Don't send updated m.room.canonical_alias events

* Don't check PLs after all because for local aliases they are apparently irrelevant

* Fix some bugs

* Allow deleting a local alias with enough PL

* Fix some more bugs

* Update sytest-whitelist

* Fix copyright notices

* Review comments
2021-07-21 16:53:50 +01:00
..
postgres Optimise QueryServerJoinedToRoom (#1933) 2021-07-21 13:06:32 +01:00
shared Various alias fixes (#1934) 2021-07-21 16:53:50 +01:00
sqlite3 Optimise QueryServerJoinedToRoom (#1933) 2021-07-21 13:06:32 +01:00
tables Optimise QueryServerJoinedToRoom (#1933) 2021-07-21 13:06:32 +01:00
interface.go Optimise QueryServerJoinedToRoom (#1933) 2021-07-21 13:06:32 +01:00
storage.go Top-level setup package (#1605) 2020-12-02 17:41:00 +00:00
storage_wasm.go Top-level setup package (#1605) 2020-12-02 17:41:00 +00:00