Skip to content

Commit 0b8f45a

Browse files
authored
Merge pull request #11500 from nextcloud/backport/11499/stable28
[stable28] fix(Poll): hide poll creation in Note to Self
2 parents a7aef02 + 10da717 commit 0b8f45a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/NewMessage/NewMessage.vue

+1
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ export default {
354354

355355
canCreatePoll() {
356356
return !this.isOneToOne && !this.noChatPermission
357+
&& this.conversation.type !== CONVERSATION.TYPE.NOTE_TO_SELF
357358
},
358359

359360
currentConversationIsJoined() {

0 commit comments

Comments
 (0)