Fix compilation issue: RoomAliases does not exist anymore.
This commit is contained in:
parent
76f776a122
commit
85823b3e62
13 changed files with 0 additions and 23 deletions
|
|
@ -118,15 +118,6 @@ class StateContentFormatter(
|
|||
"PolicyRuleUser"
|
||||
}
|
||||
}
|
||||
OtherState.RoomAliases -> when (renderingMode) {
|
||||
RenderingMode.RoomList -> {
|
||||
Timber.v("Filtering timeline item for room state change: $content")
|
||||
null
|
||||
}
|
||||
RenderingMode.Timeline -> {
|
||||
"RoomAliases"
|
||||
}
|
||||
}
|
||||
OtherState.RoomCanonicalAlias -> when (renderingMode) {
|
||||
RenderingMode.RoomList -> {
|
||||
Timber.v("Filtering timeline item for room state change: $content")
|
||||
|
|
|
|||
|
|
@ -601,7 +601,6 @@ class DefaultPinnedMessagesBannerFormatterTest {
|
|||
OtherState.PolicyRuleRoom,
|
||||
OtherState.PolicyRuleServer,
|
||||
OtherState.PolicyRuleUser,
|
||||
OtherState.RoomAliases,
|
||||
OtherState.RoomCanonicalAlias,
|
||||
OtherState.RoomGuestAccess,
|
||||
OtherState.RoomHistoryVisibility,
|
||||
|
|
|
|||
|
|
@ -746,7 +746,6 @@ class DefaultRoomLatestEventFormatterTest {
|
|||
OtherState.PolicyRuleRoom,
|
||||
OtherState.PolicyRuleServer,
|
||||
OtherState.PolicyRuleUser,
|
||||
OtherState.RoomAliases,
|
||||
OtherState.RoomCanonicalAlias,
|
||||
OtherState.RoomGuestAccess,
|
||||
OtherState.RoomHistoryVisibility,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue