Closed mujx closed 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.
m.room.aliases
m.room.create
We should also check for an existing canonical alias event on initial_state when support for heterogeneous collections lands.
initial_state
Implemented in #127
The
m.room.aliases
event was moved after them.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.