Enable functional members by default.

This commit is contained in:
Doug
2021-08-06 10:42:18 +01:00
parent 7a575ebc75
commit ea7a7521e3
+1 -1
View File
@@ -205,7 +205,7 @@ final class BuildSettings: NSObject {
static let enableSideMenu: Bool = true
/// Whether to read the `io.element.functional_members` state event and exclude any service members when computing a room's name and avatar.
static let supportFunctionalMembers: Bool = false
static let supportFunctionalMembers: Bool = true
// MARK: - Feature Specifics