mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 19:10:49 +02:00
feat: show happy birthday (MESSENGER-6570)
This commit is contained in:
@@ -286,7 +286,7 @@ class RiotSharedSettings: NSObject {
|
||||
guard let birthdayCampaignDict = notificationsDict["should_show_ios_birthday_campaign"] as? [String : Any] else {
|
||||
return true
|
||||
}
|
||||
return (birthdayCampaignDict["2022"] as? Bool) ?? true
|
||||
return (birthdayCampaignDict[campaign] as? Bool) ?? true
|
||||
}
|
||||
|
||||
@discardableResult
|
||||
|
||||
Reference in New Issue
Block a user