You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-ios/Session/Notifications
Morgan Pretty 6f4bdcdccb Moved some logic outside of DBWrite closures to prevent hangs
Updated the SessionApp.presentConversation function from using the DBWrite thread if it didn't need to
Updated the PagedDatabaseObserver to process database commits async on a serial queue to avoid holding up the DBWrite thread
Moved another Atomic mutation outside of a DBWrite closure
Refactored the PagedDatabaseObserver 'databaseDidCommit' logic to be much more straightforward
Tweaked a couple of flaky unit tests
1 year ago
..
AppNotifications.swift Moved some logic outside of DBWrite closures to prevent hangs 1 year ago
PushRegistrationManager.swift Removed an incorrect `AssertIsOnMainThread` 1 year ago
SyncPushTokensJob.swift Fixed an issue where the users push token might never get unregistered 1 year ago
UserNotificationsAdaptee.swift Reworked the app startup process 1 year ago