rewrite
Some checks failed
Deploy / build-deploy (push) Failing after 4m56s

This commit is contained in:
Jorijn van der Graaf 2026-08-05 04:18:37 +02:00
commit 934c94cb5c
50 changed files with 10464 additions and 758 deletions

View file

@ -0,0 +1,28 @@
{
"_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"
]
}