Fixed an issue where some data wasn't getting removed when handling an UnsendRequest

pull/672/head
Morgan Pretty 3 years ago
parent f98e2a157e
commit d9c6f2fc90

@ -635,10 +635,10 @@ public extension Interaction {
timestampMs: timestampMs,
receivedAtTimestampMs: receivedAtTimestampMs,
wasRead: (wasRead || !Variant.standardIncomingDeleted.canBeUnread),
hasMention: hasMention,
hasMention: false,
expiresInSeconds: expiresInSeconds,
expiresStartedAtMs: expiresStartedAtMs,
linkPreviewUrl: linkPreviewUrl,
linkPreviewUrl: nil,
openGroupServerMessageId: openGroupServerMessageId,
openGroupWhisperMods: openGroupWhisperMods,
openGroupWhisperTo: openGroupWhisperTo

Loading…
Cancel
Save