Skip to content

Commit

Permalink
Merge pull request #45841 from Vivida1/add-regex-to-match-Gnome-and-K…
Browse files Browse the repository at this point in the history
…DE-calendar-user-agents
  • Loading branch information
skjnldsv authored Aug 7, 2024
2 parents 4c4e414 + 3e06931 commit 07d302d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/dav/lib/CalDAV/WebcalCaching/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,14 @@ class Plugin extends ServerPlugin {
* that do not support subscriptions on their own
*
* /^MSFT-WIN-3/ - Windows 10 Calendar
* /Evolution/ - Gnome Calendar/Evolution
* /KIO/ - KDE PIM/Akonadi
* @var string[]
*/
public const ENABLE_FOR_CLIENTS = [
"/^MSFT-WIN-3/"
"/^MSFT-WIN-3/",
"/Evolution/",
"/KIO/"
];

/**
Expand Down

0 comments on commit 07d302d

Please sign in to comment.