tsuki/src
Jonas Zohren 4cf3c432af Try to set canonical room alias on room creation.
The spec does not require servers to apply a room canonical alias event upon room creation (yet).
Still, synapse does that, since users can set their desired alias in Elements room creation dialog.
With this commit, conduit also sets that alias if it is a valid one.

This closes https://gitlab.com/famedly/conduit/-/issues/123
2021-08-12 14:02:46 +02:00
..
client_server Try to set canonical room alias on room creation. 2021-08-12 14:02:46 +02:00
database improvement: try to load missing prev events 2021-08-09 21:05:41 +02:00
appservice_server.rs feat: add threadpool for iterator threads, bug fixes, tracing_flame support 2021-07-29 08:49:28 +02:00
database.rs fix: handle bad events in db better 2021-08-08 21:33:28 +02:00
error.rs remove rocksdb 2021-08-04 21:17:40 +02:00
lib.rs Export conduits Config struct and fix clipp warningsy 2021-06-29 16:02:12 -04:00
main.rs Add support for a minimal r0/account/3pid. 2021-08-09 12:34:25 -07:00
pdu.rs feat: add threadpool for iterator threads, bug fixes, tracing_flame support 2021-07-29 08:49:28 +02:00
ruma_wrapper.rs improvement: make better use of sqlite connections 2021-08-03 10:24:14 +02:00
server_server.rs improvement: try to load missing prev events 2021-08-09 21:05:41 +02:00
utils.rs remove rocksdb 2021-08-04 21:17:40 +02:00