Remove assert around group avatar updates.

pull/1/head
Matthew Chen 6 years ago
parent cc97090ef2
commit 278c61fd16

@ -564,7 +564,9 @@ typedef void (^OWSLoadedThumbnailSuccess)(OWSLoadedThumbnail *loadedThumbnail);
// This message has not yet been saved or has been deleted; do nothing.
// This isn't an error per se, but these race conditions should be
// _very_ rare.
OWSFailDebug(@"Attachment not yet saved.");
//
// An exception is incoming group avatar updates which we don't ever save.
OWSLogWarn(@"Attachment not yet saved.");
}
}];

Loading…
Cancel
Save