Skip to content

Commit

Permalink
Message actions test failed
Browse files Browse the repository at this point in the history
  • Loading branch information
laevandus committed Jun 26, 2024
1 parent bec4f51 commit 4c8cd61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ extension MessageAction {
)
return messageActions
} else if message.localState == .pendingSend
&& message.messageId.contains("\(LocalAttachmentState.uploadingFailed)") {
&& message.allAttachments.contains(where: { $0.uploadingState?.state == .uploadingFailed }) {
messageActions = editAndDeleteActions(
for: message,
channel: channel,
Expand Down

0 comments on commit 4c8cd61

Please sign in to comment.