From b26c08e90cde554afc07ed2f50d24c105a590b5c Mon Sep 17 00:00:00 2001 From: Peter Ringelmann Date: Wed, 13 May 2026 10:20:22 +0200 Subject: [PATCH] fix(invite): send welcome email when creating guest from share dialog Signed-off-by: Peter Ringelmann --- src/views/GuestForm.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/GuestForm.vue b/src/views/GuestForm.vue index 2074bce2..666b2c0f 100644 --- a/src/views/GuestForm.vue +++ b/src/views/GuestForm.vue @@ -238,7 +238,6 @@ export default { email: this.guest.email, language: this.guest.language, groups: this.guest.groups, - sendInvite: this.integrationApp !== 'files', }) if (this.integrationApp === 'files') {