Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 31d34224 authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽
Browse files

fix: attendee count doesn't consider the organiser

parent 1f064a39
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -382,7 +382,7 @@ export default {
			this.addConversationLink()
		},
		addConversationLink() {
			if (!this.calendarObjectInstance.attendees || this.calendarObjectInstance.attendees.length < 2) {
			if (!this.calendarObjectInstance.attendees || this.calendarObjectInstance.attendees.length < 1) {
				return
			}