summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6ce2dfb..2efd4af 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,8 @@ Sailfish OS account integration for Mastodon.
- Translation source catalog: `/usr/share/translations/source/settings-accounts-mastodon.ts`
- Provider/service metadata uses `<translations>/usr/share/translations/settings-accounts-mastodon</translations>` for metadata string translation paths.
- Services:
- - `mastodon-microblog`: sync service for posts and notifications.
+ - `mastodon-microblog`: sync service for posts.
+ - `mastodon-notifications`: sync service for notifications.
- `mastodon-sharing`: Transfer Engine sharing service.
### `buteo-plugins/`
@@ -65,7 +66,7 @@ Sailfish OS account integration for Mastodon.
- Notifications sync starts from Mastodon server marker (`notifications.last_read_id`) and uses local cursor dedupe via per-account `LastFetchedNotificationId`.
- Each unread Mastodon notification is published as a separate Sailfish system notification.
- Mastodon marker (`last_read_id`) is updated only when no local Mastodon notifications remain for that account.
-- Notification template profile dispatches per-account sync profiles on schedule (default every 30 minutes), not only at boot.
+- Notification template profile dispatches per-account sync profiles on schedule (default every 15 minutes), not only at boot.
## Build Requirements