|
|
@ -1547,7 +1547,7 @@ NSString *const OWSMessageSenderRateLimitedException = @"RateLimitedException";
|
|
|
|
deviceId:[deviceId intValue]];
|
|
|
|
deviceId:[deviceId intValue]];
|
|
|
|
[self.dbConnection readWriteWithBlock:^(YapDatabaseReadWriteTransaction *transaction) {
|
|
|
|
[self.dbConnection readWriteWithBlock:^(YapDatabaseReadWriteTransaction *transaction) {
|
|
|
|
@try {
|
|
|
|
@try {
|
|
|
|
[builder processPrekeyBundle:bundle protocolContext:transaction];
|
|
|
|
[builder try_processPrekeyBundle:bundle protocolContext:transaction];
|
|
|
|
} @catch (NSException *caughtException) {
|
|
|
|
} @catch (NSException *caughtException) {
|
|
|
|
exception = caughtException;
|
|
|
|
exception = caughtException;
|
|
|
|
}
|
|
|
|
}
|
|
|
|