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