Fix compilation issue.
This commit is contained in:
parent
94d528dae8
commit
53a694bc69
1 changed files with 2 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ fun aRustNotificationRoomInfo(
|
|||
displayName: String = A_ROOM_NAME,
|
||||
avatarUrl: String? = null,
|
||||
canonicalAlias: String? = null,
|
||||
topic: String? = null,
|
||||
joinedMembersCount: ULong = 2u,
|
||||
isEncrypted: Boolean? = true,
|
||||
isDirect: Boolean = false,
|
||||
|
|
@ -56,6 +57,7 @@ fun aRustNotificationRoomInfo(
|
|||
displayName = displayName,
|
||||
avatarUrl = avatarUrl,
|
||||
canonicalAlias = canonicalAlias,
|
||||
topic = topic,
|
||||
joinedMembersCount = joinedMembersCount,
|
||||
isEncrypted = isEncrypted,
|
||||
isDirect = isDirect,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue