Skip to content

Commit ae87a38

Browse files
committed
dd
1 parent 746feff commit ae87a38

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

wire-ios-request-strategy/Sources/Payloads/Processing/ConversationEventPayloadProcessor.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,6 @@ struct ConversationEventPayloadProcessor {
716716
conversation.conversationType = self.conversationType(for: conversation, from: conversationType)
717717
updateAttributes(from: payload, for: conversation, context: context)
718718
assignMessageProtocol(from: payload, for: conversation, in: context)
719-
720719
updateMetadata(from: payload, for: conversation, context: context)
721720
updateMembers(from: payload, for: conversation, context: context)
722721
updateConversationTimestamps(for: conversation, serverTimestamp: serverTimestamp)
@@ -892,7 +891,6 @@ struct ConversationEventPayloadProcessor {
892891
conversation.messageProtocol = newMessageProtocol
893892
case .mls:
894893
let date = conversation.lastModifiedDate ?? .now
895-
896894
conversation.appendMLSMigrationPotentialGapSystemMessage(sender: sender, at: date)
897895
conversation.messageProtocol = newMessageProtocol
898896
}

0 commit comments

Comments
 (0)