Fix UD auth edge cases.

pull/1/head
Matthew Chen 7 years ago
parent 2f4094e801
commit a00ebdf4a2

@ -1498,7 +1498,6 @@ NSString *const OWSMessageSenderRateLimitedException = @"RateLimitedException";
}
}
}
// NOTE: This method uses exceptions for control flow.
- (void)makePrekeyRequestForMessageSend:(OWSMessageSend *)messageSend
deviceId:(NSNumber *)deviceId
success:(void (^)(PreKeyBundle *_Nullable))success

Loading…
Cancel
Save