blob: 85f24e6eda3564c3527db9cbfbcecfa08a7e6c35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>
|