29 lines
1.2 KiB
JSON
29 lines
1.2 KiB
JSON
{
|
|
"_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",
|
|
"on the posts page links to it — only the individual posts, each linking",
|
|
"to its own thread. The one place the site names the account is the About",
|
|
"page's Person JSON-LD, which claims it as a personal profile (sameAs)."
|
|
],
|
|
|
|
"username": "TheMightyCat",
|
|
"instance": "https://ani.social",
|
|
|
|
"communities": [
|
|
"linuxphones@lemmy.ca"
|
|
]
|
|
}
|