ruma / homeserver

A Matrix homeserver written in Rust.
https://www.ruma.io/
1.08k stars 41 forks source link

Create a m.room.canonical_alias event #119

Closed mujx closed 7 years ago

mujx commented 7 years ago

The m.room.aliases event was moved after the m.room.create which according to the spec should be the first event associated with a room.

We should also check for an existing canonical alias event on initial_state when support for heterogeneous collections lands.

mujx commented 7 years ago

Implemented in #127