Pass null name when creating DM

This commit is contained in:
Florian Renaud
2023-03-30 08:49:48 +02:00
parent 14ac9ff138
commit 678a10acef

View File

@@ -167,7 +167,7 @@ class RustMatrixClient constructor(
runCatching {
val roomId = client.createRoom(
CreateRoomParameters(
name = "",
name = null,
topic = null,
isEncrypted = true,
isDirect = true,