Skip to content

Commit

Permalink
Merge pull request #11012 from nextcloud/backport/11011/stable28
Browse files Browse the repository at this point in the history
[stable28] fix(chat): use the default new message placeholder
  • Loading branch information
ShGKme authored Nov 27, 2023
2 parents 9685d04 + 2645648 commit cb7a98a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/NewMessage/NewMessage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,8 @@ export default {
} else if (!this.currentConversationIsJoined) {
return t('spreed', 'Joining conversation …')
} else {
return t('spreed', 'Write message, @ to mention someone …')
// Use the default placeholder
return undefined
}
},

Expand Down

0 comments on commit cb7a98a

Please sign in to comment.