Skip to content

Commit

Permalink
Merge pull request #10267 from nextcloud/fix/reply-all-stable3.7
Browse files Browse the repository at this point in the history
fix: Reply all inside message thread
  • Loading branch information
ChristophWurst authored Nov 19, 2024
2 parents 14495da + 2f54e82 commit 5dc3cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MenuEnvelope.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</ActionButton>
<ActionButton v-if="withReply"
:close-after-click="true"
@click="onReply">
@click="onReply(!hasMultipleRecipients)">
<template #icon>
<ReplyAllIcon v-if="hasMultipleRecipients"
:title="t('mail', 'Reply all')"
Expand Down

0 comments on commit 5dc3cb8

Please sign in to comment.