Respond to CR.

pull/1/head
Matthew Chen 7 years ago
parent 819c2b1ceb
commit 88be3a5755

@ -606,6 +606,7 @@ NSString *const OWSMessageSenderRateLimitedException = @"RateLimitedException";
attempts:OWSMessageSenderRetryAttempts
useWebsocketIfAvailable:YES
success:^{
// The value doesn't matter, we just need any non-NSError value.
resolve(@(1));
}
failure:^(NSError *error) {

Loading…
Cancel
Save