From 7e290cd0ad806b70014b208f717d72008e9272f6 Mon Sep 17 00:00:00 2001 From: simonpipe Date: Wed, 7 Jan 2026 14:45:30 +0100 Subject: [PATCH] Update readme.md --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 90d83f0..59ac32e 100644 --- a/readme.md +++ b/readme.md @@ -29,10 +29,10 @@ All settings are in `system/extensions/yellow-system.ini`: `MastodonapiInstanceUrl` = your Mastodon instance URL (e.g. https://mastodon.social) `MastodonapiAccountId`= your Mastodon user ID (numeric, e.g. 1234567890) - Find the ID of a Mastodon account: Enter "https://YOUR_INSTANCE_URL/api/v1/accounts/lookup?acct=PROFILNAME" in your browser. - - Find the ID of a GoToSocial account (see here) + - Find the ID of a GoToSocial account (see here) ` MastodonapiAccessToken` - Optional for a Mastodon account - - Mandatory for a GoToSocial account (see here) + - Mandatory for a GoToSocial account (see here) `MastodonapiUpdateInterval` = Time interval between automatic updates in minutes (default: 30). `MastodonapiLimit` = Number of Toots retrieved per run (default: 20). `MastodonapiHashtag` = Leave blank for all posts; or filter with #hashtag. @@ -42,7 +42,7 @@ All settings are in `system/extensions/yellow-system.ini`: `MastodonapiStatus` = Default value is public - public = page is a normal page - draft = page is not visible, user needs to log in, requires draft extension - - unlisted = page is not visible, but can be accessed with the correct link + - unlisted = page is not visible, but can be accessed with the correct link `MastodonapiMaxAge` = Age of Toots in hours that should still be imported. 0 = all available Toots. ## Developer