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/SignalServiceKit/src
Michael Kirk 5c432a2bc1 Fix crash on launch in debug.
OWSReadReceiptManager is not `init` on the main thread; however, because
it "schedules" it's own processing during init.

I considered dispatching to main, but since AppReadiness already *can*
resolve async if the app isn't yet ready, it should be no less safe to
also dispatch async when it's off the main thread.

// FREEBIE
8 years ago
..
Account Aggressively nag iOS 8 users to upgrade iOS. 8 years ago
Contacts Aggressively nag iOS 8 users to upgrade iOS. 8 years ago
Devices Don't create redundant caption for sync'd transcripts. 8 years ago
Messages Respond to CR. 8 years ago
Network Fix glitch in batch processing of incoming messages. 8 years ago
Protocols Fix "unknown attachment" notifications 8 years ago
Security Respond to CR. 8 years ago
Storage Clean up logging 8 years ago
Util Fix crash on launch in debug. 8 years ago
TSConstants.h remove unused code 8 years ago
TSPrefix.h Retain changes from session database branch. 8 years ago
TextSecureKitEnv.h Move profile manager to Signal. 8 years ago
TextSecureKitEnv.m Fix issues around statics. 8 years ago