Pass null name when creating DM

This commit is contained in:
Florian Renaud 2023-03-30 08:49:48 +02:00
parent f04d25c8af
commit a335022499

View file

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