Pass null name when creating DM
This commit is contained in:
parent
f04d25c8af
commit
a335022499
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ class RustMatrixClient constructor(
|
|||
runCatching {
|
||||
val roomId = client.createRoom(
|
||||
CreateRoomParameters(
|
||||
name = "",
|
||||
name = null,
|
||||
topic = null,
|
||||
isEncrypted = true,
|
||||
isDirect = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue