update Canonical Alias
abstract suspend fun updateCanonicalAlias(alias: String?, altAliases: List<String>)
Content copied to clipboard
Update the canonical alias of the room.
Parameters
alias
the canonical alias, or null to reset the canonical alias of this room
alt Aliases
the alternative aliases for this room. It should include the canonical alias if any.