Update dependency org.matrix.rustcomponents:sdk-android to v26.05.6 (#6734)
* Update dependency org.matrix.rustcomponents:sdk-android to v26.05.6 * Fix API breaks: - Add `RoomMember.isServiceMember`. - Add `beacon` and `beaconInfo` power levels. --------- 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
34f001d22c
commit
f4cf704335
11 changed files with 29 additions and 4 deletions
|
|
@ -301,7 +301,9 @@ class ConfigureRoomPresenterTest {
|
|||
roomName = 0,
|
||||
roomAvatar = 0,
|
||||
roomTopic = 0,
|
||||
spaceChild = 0
|
||||
spaceChild = 0,
|
||||
beacon = 0,
|
||||
beaconInfo = 0,
|
||||
),
|
||||
users = persistentMapOf(),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue