updateCanonicalAlias

abstract suspend fun updateCanonicalAlias(alias: String?, altAliases: List<String>)

Update the canonical alias of the room.

Parameters

alias

the canonical alias, or null to reset the canonical alias of this room

altAliases

the alternative aliases for this room. It should include the canonical alias if any.