deps(sdk): fix api usages

This commit is contained in:
ganfra 2025-11-19 13:07:59 +01:00
parent 0ef5576c3b
commit fe65ba1839
11 changed files with 18 additions and 6 deletions

View file

@ -154,7 +154,7 @@ class StateContentFormatter(
"RoomHistoryVisibility"
}
}
OtherState.RoomJoinRules -> when (renderingMode) {
is OtherState.RoomJoinRules -> when (renderingMode) {
RenderingMode.RoomList -> {
Timber.v("Filtering timeline item for room state change: $content")
null