Add presence offline mode setting

This commit is contained in:
aringenbach
2022-04-06 15:00:56 +02:00
parent 2f82ae129d
commit 320fa8d59a
8 changed files with 106 additions and 3 deletions
+5
View File
@@ -427,4 +427,9 @@ final class BuildSettings: NSObject {
// Do not enable live location sharing atm
return false
}
// MARK: - Presence
/// A setting to enable the presence configuration settings section.
static let presenceSettingsAllowConfiguration: Bool = false
}