This commit is contained in:
parent
fb2f6079cc
commit
934c94cb5c
50 changed files with 10464 additions and 758 deletions
28
content/posts-sources.json
Normal file
28
content/posts-sources.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue