diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2024-12-11 08:38:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-11 08:38:20 +0100 |
commit | c1451b2ab162ee0ce9b5694367ff361d6d9b42eb (patch) | |
tree | 4a28b475e6715b6c06684f2b1a24ea7d1a8e0905 /apps/dav/lib/CalDAV/Schedule/IMipPlugin.php | |
parent | 274c98da9b23d11900524ecb2f2fd59e4e263c24 (diff) | |
parent | f186279bf472813cfcced1b7a9b65658f2b840cf (diff) | |
download | nextcloud-server-c1451b2ab162ee0ce9b5694367ff361d6d9b42eb.tar.gz nextcloud-server-c1451b2ab162ee0ce9b5694367ff361d6d9b42eb.zip |
Merge pull request #49779 from nextcloud/backport/49503/stable29
Diffstat (limited to 'apps/dav/lib/CalDAV/Schedule/IMipPlugin.php')
-rw-r--r-- | apps/dav/lib/CalDAV/Schedule/IMipPlugin.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php b/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php index 4d771f0f7f8..6d70d6fac47 100644 --- a/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php +++ b/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php @@ -133,14 +133,6 @@ class IMipPlugin extends SabreIMipPlugin { */ public function schedule(Message $iTipMessage) { - // do not send imip messages if external system already did - /** @psalm-suppress UndefinedPropertyFetch */ - if ($iTipMessage->message?->VEVENT?->{'X-NC-DISABLE-SCHEDULING'}?->getValue() === 'true') { - if (!$iTipMessage->scheduleStatus) { - $iTipMessage->scheduleStatus = '1.0;We got the message, but iMip messages are disabled for this event'; - } - return; - } // Not sending any emails if the system considers the update insignificant if (!$iTipMessage->significantChange) { if (!$iTipMessage->scheduleStatus) { |