Update ntfy/Persistence/Store.swift
Co-authored-by: Arun Philip <dacodedbeat@gmail.com>
This commit is contained in:
parent
ea26378e29
commit
20804eacc6
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ class Store: ObservableObject {
|
|||
notification.subscription = subscription
|
||||
subscription.addToNotifications(notification)
|
||||
subscription.lastNotificationId = message.id
|
||||
Log.d(Store.tag, "Storing notifcation with ID \(notification.id ?? "<unknown>")")
|
||||
Log.d(Store.tag, "Storing notification with ID \(notification.id ?? "<unknown>")")
|
||||
try context.save()
|
||||
} catch let error {
|
||||
Log.w(Store.tag, "Cannot store notification (fromMessage)", error)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue