Render data of blocked users (behind deactivated feature flag).
This commit is contained in:
parent
c511d59510
commit
643acb17b6
7 changed files with 84 additions and 18 deletions
|
|
@ -81,5 +81,12 @@ enum class FeatureFlags(
|
|||
description = "Allow user to search for public rooms in their homeserver",
|
||||
defaultValue = false,
|
||||
isFinished = false,
|
||||
)
|
||||
),
|
||||
ShowBlockedUsersDetails(
|
||||
key = "feature.showBlockedUsersDetails",
|
||||
title = "Show blocked users details",
|
||||
description = "Show the name and avatar of blocked users in the blocked users list",
|
||||
defaultValue = false,
|
||||
isFinished = false,
|
||||
),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue