mirror of
https://github.com/element-hq/element-android
synced 2024-12-17 23:02:48 +03:00
cleaning
This commit is contained in:
parent
5e2c3239ea
commit
981626a0f7
1 changed files with 3 additions and 3 deletions
|
@ -141,9 +141,9 @@ internal class DefaultSpaceService @Inject constructor(
|
|||
name = childSummary.name,
|
||||
topic = childSummary.topic,
|
||||
avatarUrl = childSummary.avatarUrl,
|
||||
order = childStateEvContent?.order,
|
||||
autoJoin = childStateEvContent?.autoJoin ?: false,
|
||||
viaServers = childStateEvContent?.via ?: emptyList(),
|
||||
order = childStateEvContent.order,
|
||||
autoJoin = childStateEvContent.autoJoin ?: false,
|
||||
viaServers = childStateEvContent.via.orEmpty(),
|
||||
activeMemberCount = childSummary.numJoinedMembers,
|
||||
parentRoomId = childStateEv.roomId
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue