Exception wrap TSDerivedSecrets for Swift

pull/1/head
Michael Kirk 7 years ago
parent 8d823193f1
commit b622b3a020

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

Loading…
Cancel
Save