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, timestampMs: timestampMs,
receivedAtTimestampMs: receivedAtTimestampMs, receivedAtTimestampMs: receivedAtTimestampMs,
wasRead: (wasRead || !Variant.standardIncomingDeleted.canBeUnread), wasRead: (wasRead || !Variant.standardIncomingDeleted.canBeUnread),
hasMention: hasMention, hasMention: false,
expiresInSeconds: expiresInSeconds, expiresInSeconds: expiresInSeconds,
expiresStartedAtMs: expiresStartedAtMs, expiresStartedAtMs: expiresStartedAtMs,
linkPreviewUrl: linkPreviewUrl, linkPreviewUrl: nil,
openGroupServerMessageId: openGroupServerMessageId, openGroupServerMessageId: openGroupServerMessageId,
openGroupWhisperMods: openGroupWhisperMods, openGroupWhisperMods: openGroupWhisperMods,
openGroupWhisperTo: openGroupWhisperTo openGroupWhisperTo: openGroupWhisperTo

Loading…
Cancel
Save