Skip to content

Commit

Permalink
Merge pull request #13217 from nextcloud/fix/noid/upcoming-events
Browse files Browse the repository at this point in the history
fix(TopBar): re-enable upcoming event to all conversations apart from…
  • Loading branch information
DorraJaouad authored Sep 6, 2024
2 parents 1752706 + 82d015a commit a70abe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TopBar/TopBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ export default {
showUpcomingEvent() {
return this.nextEvent && !this.isInCall && !this.isSidebar && !this.isMobile
&& this.conversation.type === CONVERSATION.TYPE.NOTE_TO_SELF
&& this.conversation.type !== CONVERSATION.TYPE.NOTE_TO_SELF
},
},
Expand Down

0 comments on commit a70abe1

Please sign in to comment.