Add FIXME

This commit is contained in:
nielsandriesse 2020-05-26 11:02:31 +10:00
parent 634f85a2bb
commit 51ac1a3639

View file

@ -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;