mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 12:18:48 +03:00
Add change log
This commit is contained in:
parent
30c299ebe1
commit
a626f42a3b
3 changed files with 3 additions and 1 deletions
1
changelog.d/3509.feature
Normal file
1
changelog.d/3509.feature
Normal file
|
@ -0,0 +1 @@
|
|||
Spaces - Support Restricted Room via room capabilities API
|
1
changelog.d/3665.feature
Normal file
1
changelog.d/3665.feature
Normal file
|
@ -0,0 +1 @@
|
|||
Spaces | Support restricted room access in room settings
|
|
@ -43,7 +43,7 @@ class ChooseRestrictedController @Inject constructor(
|
|||
var listener: Listener? = null
|
||||
|
||||
override fun buildModels(data: RoomJoinRuleChooseRestrictedState?) {
|
||||
val summary = data?.roomSummary?.invoke() ?: return
|
||||
data ?: return
|
||||
val host = this
|
||||
|
||||
if (data.filter.isNotEmpty()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue