diff --git a/Config/BuildSettings.swift b/Config/BuildSettings.swift index a3ede1ebd..7e1a85db2 100644 --- a/Config/BuildSettings.swift +++ b/Config/BuildSettings.swift @@ -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