Merge branch 'feature/3580_test_ruhezeiten' into 'develop'

Enable notification filtering

See merge request bwmessenger/bundesmessenger/bundesmessenger-ios!158
This commit is contained in:
Frank Rotermund
2023-07-13 06:36:37 +00:00
2 changed files with 2 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ extension BWIBuildSettings {
bwiLocationShareButtonVisible = false
bwiLoginFlowLayout = false
useRustEncryption = true
bwiNotificationTimes = true
enableLabFeatureVoiceBroadcasts = true
enableNewSessionManagerByDefault = true
enableLabFeatureWYSIWYG = true

View File

@@ -10,5 +10,6 @@
<array>
<string>$(KEYCHAIN_ACCESS_GROUP)</string>
</array>
<key>com.apple.developer.usernotifications.filtering</key><true/>
</dict>
</plist>