This commit is contained in:
Valere 2021-06-28 09:42:54 +02:00
parent 846c5d52b8
commit 4aa93d79fe
4 changed files with 1 additions and 11 deletions

View file

@ -16,8 +16,6 @@
package org.matrix.android.sdk.api.session.homeserver
import org.matrix.android.sdk.api.session.homeserver.HomeServerCapabilities.Companion.MAX_UPLOAD_FILE_SIZE_UNKNOWN
data class HomeServerCapabilities(
/**
* True if it is possible to change the password of the account.

View file

@ -354,7 +354,7 @@ internal class RoomSummaryUpdater @Inject constructor(
// we keep real m.child/m.parent relations and add the one for common memberships
dmRoom.flattenParentIds += "|${flattenRelated.joinToString("|")}|"
}
Timber.v("## SPACES: flatten of ${dmRoom.otherMemberIds.joinToString(",")} is ${dmRoom.flattenParentIds}")
// Timber.v("## SPACES: flatten of ${dmRoom.otherMemberIds.joinToString(",")} is ${dmRoom.flattenParentIds}")
}
// Maybe a good place to count the number of notifications for spaces?

View file

@ -834,13 +834,6 @@ class RoomDetailViewModel @AssistedInject constructor(
room.roomSummary()?.isPublic ?: false
)
)
// session.coroutineScope.launch {
// try {
// room.upgradeToVersion(slashCommandResult.newVersion)
// } catch (failure: Throwable) {
// _viewEvents.post(RoomDetailViewEvents.SlashCommandResultError(failure))
// }
// }
_viewEvents.post(RoomDetailViewEvents.SlashCommandHandled())
popDraft()
}

View file

@ -6,7 +6,6 @@
android:layout_height="match_parent"
android:background="?colorSurface"
android:fadeScrollbars="false"
android:nestedScrollingEnabled="false"
android:scrollbars="vertical"
tools:itemCount="5"
tools:listitem="@layout/item_bottom_sheet_action" />