You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: drop redundant OSNotificationsManager pushSubscriptionId cache
OSSubscriptionModel.subscriptionId.didSet already persists to UserDefaults
on every change, so the static _pushSubscriptionId cache and its setter
were duplicating state with drift risk. Route the one caller through
OneSignalIdentifiers.subscriptionId directly. Drop the now-unused
OSUserExecutor.setPushSubscriptionId call too — the model hydration on
the line above already triggers the persistence path.
0 commit comments