catcrafts.net/content/posts-sources.json

28 lines
1.1 KiB
JSON
Raw Normal View History

2026-08-05 04:18:37 +02:00
{
"_comment": [
"Which of my fediverse posts appear on this site.",
"",
"The Lemmy user API returns everything an account has posted, across every",
"community. That is not what belongs here — the account is also used for",
"communities that have nothing to do with the work, and a visitor reading",
"about mobile Linux has no reason to be shown them.",
"",
"So the fetch is filtered by community, not by account. Add a community here",
"and its posts show up; leave one out and they never do. Deliberately an",
"allowlist rather than a blocklist: joining a new community should not",
"silently publish to the site.",
"",
"Match is on the full 'name@instance' form, case-insensitive.",
"",
"Note that `username` is the account the API is queried for, and nothing",
"links to it. The account itself is not advertised anywhere on the site —",
"only the individual posts, each linking to its own thread."
],
"username": "TheMightyCat",
"instance": "https://ani.social",
"communities": [
"linuxphones@lemmy.ca"
]
}