Update dependency org.matrix.rustcomponents:sdk-android to v25.7.28 (#5088)
* Update dependency org.matrix.rustcomponents:sdk-android to v25.7.28 * Adapt to SDK changes * Remove Sonatype repos: use Maven Central instead --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jorge Martín <jorgem@element.io>
This commit is contained in:
parent
dc2bc71d26
commit
6017379ecc
8 changed files with 26 additions and 18 deletions
|
|
@ -75,6 +75,8 @@ data class RoomInfo(
|
|||
val creators: ImmutableList<UserId>,
|
||||
val historyVisibility: RoomHistoryVisibility,
|
||||
val successorRoom: SuccessorRoom?,
|
||||
val roomVersion: String?,
|
||||
val privilegedCreatorRole: Boolean,
|
||||
) {
|
||||
val aliases: List<RoomAlias>
|
||||
get() = listOfNotNull(canonicalAlias) + alternativeAliases
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue