diff options
| author | Andrew Branson <andrew.branson@jolla.com> | 2026-02-10 17:29:54 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@jolla.com> | 2026-02-10 21:13:57 +0100 |
| commit | 0b9869b23af94f1935839568d62fa7b849f9e5d0 (patch) | |
| tree | 4485ad8750116e396a3341b874143ca3e88122c3 /buteo-plugins/buteo-sync-plugin-mastodon-notifications/mastodon.Notifications.xml | |
| parent | 4351f4627ba9e71775438dd26c9acddd002c7e11 (diff) | |
Notifications
Diffstat (limited to 'buteo-plugins/buteo-sync-plugin-mastodon-notifications/mastodon.Notifications.xml')
| -rw-r--r-- | buteo-plugins/buteo-sync-plugin-mastodon-notifications/mastodon.Notifications.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/buteo-plugins/buteo-sync-plugin-mastodon-notifications/mastodon.Notifications.xml b/buteo-plugins/buteo-sync-plugin-mastodon-notifications/mastodon.Notifications.xml new file mode 100644 index 0000000..85f24e6 --- /dev/null +++ b/buteo-plugins/buteo-sync-plugin-mastodon-notifications/mastodon.Notifications.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<profile name="mastodon.Notifications" type="sync" > + <key name="category" value="eventfeed" /> + <key name="enabled" value="true" /> + <key name="use_accounts" value="false" /> + <key name="destinationtype" value="online" /> + <key name="hidden" value="true" /> + <key name="displayname" value="Mastodon Notifications"/> + + <schedule enabled="true" interval="30" days="1,2,3,4,5,6,7" syncconfiguredtime="" time="" /> + + <profile name="mastodon-notifications" type="client" > + <key name="Sync Direction" value="from-remote" /> + </profile> +</profile> |
