diff options
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> |
