Skip to content

Commit

Permalink
fixup! TF-2859 Add language when reply calendar invitation
Browse files Browse the repository at this point in the history
  • Loading branch information
tddang-linagora committed May 20, 2024
1 parent 8ff46ab commit df166d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1747,7 +1747,7 @@ class SingleEmailController extends BaseController with AppLoaderMixin {
|| mailboxDashBoardController.sessionCurrent == null
|| mailboxDashBoardController.sessionCurrent
!.validateCalendarEventCapability(mailboxDashBoardController.accountId.value!)
.isAvailable == true
.isAvailable == false
) {
consumeState(Stream.value(Left(CalendarEventRejectFailure())));
} else {
Expand Down

0 comments on commit df166d2

Please sign in to comment.