feat(security&privacy) : clean code
This commit is contained in:
parent
876d06f510
commit
d992f38fa5
17 changed files with 35 additions and 46 deletions
|
|
@ -433,6 +433,7 @@ interface MatrixRoom : Closeable {
|
|||
* directory and can be found using it.
|
||||
*/
|
||||
suspend fun getRoomVisibility(): Result<RoomVisibility>
|
||||
|
||||
/**
|
||||
* Publish a new room alias for this room in the room directory.
|
||||
*
|
||||
|
|
@ -442,6 +443,7 @@ interface MatrixRoom : Closeable {
|
|||
* published.
|
||||
*/
|
||||
suspend fun publishRoomAliasInRoomDirectory(roomAlias: RoomAlias): Result<Boolean>
|
||||
|
||||
/**
|
||||
* Remove an existing room alias for this room in the room directory.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue