diff options
| author | Andrew Branson <andrew.branson@jolla.com> | 2026-04-03 22:55:30 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@jolla.com> | 2026-04-04 11:55:25 +0200 |
| commit | a35c9fa159173388d88ef77e1d31f53488aad094 (patch) | |
| tree | e4691b5bbf054ca13e35d98d9df653bf9cdc0054 /buteo-plugins/buteo-sync-plugin-fediverse-posts/fediverse.Posts.xml | |
| parent | 5f999f7a4712c4a4d1c89054b544064cfd4b769e (diff) | |
Generalize for all fediverse accounts
Diffstat (limited to 'buteo-plugins/buteo-sync-plugin-fediverse-posts/fediverse.Posts.xml')
| -rw-r--r-- | buteo-plugins/buteo-sync-plugin-fediverse-posts/fediverse.Posts.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/buteo-plugins/buteo-sync-plugin-fediverse-posts/fediverse.Posts.xml b/buteo-plugins/buteo-sync-plugin-fediverse-posts/fediverse.Posts.xml new file mode 100644 index 0000000..6601313 --- /dev/null +++ b/buteo-plugins/buteo-sync-plugin-fediverse-posts/fediverse.Posts.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- SPDX-FileCopyrightText: 2013 - 2026 Jolla Ltd. --> +<!-- SPDX-License-Identifier: BSD-3-Clause --> +<profile name="fediverse.Posts" type="sync" > + <key name="category" value="eventfeed" /> + <key name="enabled" value="false" /> + <key name="use_accounts" value="false" /> + <key name="destinationtype" value="online" /> + <key name="hidden" value="true" /> + <key name="displayname" value="Fediverse Posts"/> + + <schedule enabled="false" interval="30" days="1,2,3,4,5,6,7" syncconfiguredtime="" time="" /> + + <profile name="fediverse-posts" type="client" > + <key name="Sync Direction" value="from-remote" /> + </profile> +</profile> |
