Add FIXME

pull/198/head
nielsandriesse 4 years ago
parent 634f85a2bb
commit 51ac1a3639

@ -580,6 +580,8 @@ NSError *EnsureDecryptError(NSError *_Nullable error, NSString *fallbackErrorDes
return;
}
// FIXME: This can be hit if someone sends an invalid pre key. We should probably try to recover with a session reset.
OWSFailDebug(@"Could not decrypt UD message: %@.", underlyingError);
failureBlock(underlyingError);
return;

Loading…
Cancel
Save