addAlias

abstract suspend fun addAlias(aliasLocalPart: String)

Add local alias to the room.

Parameters

aliasLocalPart

the local part of the alias. Ex: for the alias "#my_alias:example.org", the local part is "my_alias"