This commit is contained in:
Alfonso Grillo
2023-01-30 17:45:10 +01:00
parent ce6799f1b1
commit 1332322df9
5 changed files with 183 additions and 6 deletions
@@ -17,7 +17,7 @@
import Foundation
/// The actions defined on a push rule, used in the static push rule definitions.
struct NotificationActions {
struct NotificationActions: Equatable {
let notify: Bool
let highlight: Bool
let sound: String?