2
2
mirror of https://github.com/mastodon/mastodon-ios synced 2025-04-11 22:58:02 +02:00

Turn off default for testing new grouped notifications

This commit is contained in:
shannon 2025-01-24 15:08:54 -05:00
parent bc918ffdfc
commit 6e10bca2fe

View File

@ -30,7 +30,7 @@ extension UserDefaults {
@objc public dynamic var useGroupedNotifications: Bool {
get {
register(defaults: [#function: true])
register(defaults: [#function: false])
return bool(forKey: #function) && UserDefaults.isDebugOrTestflightOrSimulator
}
set { self[#function] = newValue }