Update dependency org.matrix.rustcomponents:sdk-android to v25.9.19 (#5377)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
5c893e7de1
commit
0bdf998c7f
2 changed files with 3 additions and 1 deletions
|
|
@ -17,6 +17,7 @@ import org.matrix.rustcomponents.sdk.SpaceRoom
|
|||
|
||||
fun aRustSpaceRoom(
|
||||
roomId: RoomId = A_ROOM_ID,
|
||||
isDirect: Boolean = false,
|
||||
canonicalAlias: String? = null,
|
||||
name: String? = null,
|
||||
topic: String? = null,
|
||||
|
|
@ -31,6 +32,7 @@ fun aRustSpaceRoom(
|
|||
heroes: List<RoomHero> = emptyList(),
|
||||
) = SpaceRoom(
|
||||
roomId = roomId.value,
|
||||
isDirect = isDirect,
|
||||
canonicalAlias = canonicalAlias,
|
||||
name = name,
|
||||
topic = topic,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue