Add change log

This commit is contained in:
Valere 2021-07-13 10:11:09 +02:00
parent 30c299ebe1
commit a626f42a3b
3 changed files with 3 additions and 1 deletions

1
changelog.d/3509.feature Normal file
View file

@ -0,0 +1 @@
Spaces - Support Restricted Room via room capabilities API

1
changelog.d/3665.feature Normal file
View file

@ -0,0 +1 @@
Spaces | Support restricted room access in room settings

View file

@ -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()) {