Yeah, I know what you mean. That note is misleading, and kinda redundant too - you can physically de-select Undetermined in the UI, but the change won’t actually take if you press ‘Save’.
Mostly just used for moderation.
Main account is https://piefed.social/u/andrew_s
Yeah, I know what you mean. That note is misleading, and kinda redundant too - you can physically de-select Undetermined in the UI, but the change won’t actually take if you press ‘Save’.
Most likely reason is that you unticked ‘English’ as a language you understand when you were playing around.
Removed by Mod vs. Deleted by User
(you may have already seen this - my original reply went to the wrong place. Which is another Sync bug incidentally, when using the notification to reply (Android))
If it’s something you feel strongly about, then for this reason, and the usual federation reasons, it’s probably better to overwrite your content with “[deleted]” or something, rather than delete it.
Removed by Mod vs. Deleted by User (sorry, this reply is in the wrong place)
Lemmy let’s you un-delete anything you’ve deleted, so nothing really gets nuked (it seems to be the way these things work anyway, that it’s just a ‘deleted’ flag that’s flipped between true and false).
On the one hand, it’s a Lemmy problem - I can see you’re comment using the API:
curl --request GET \
--url 'https://lemmy.world/api/v3/comment?id=8986376' \
--header 'accept: application/json'
=>
{
"comment_view": {
"comment": {
"id": 8986376,
"creator_id": 399371,
"post_id": 13748490,
"content": "See what i mean? I deleted this!",
"removed": false,
"published": "2024-03-31T09:48:22.897008Z",
"deleted": true,
"ap_id": "https://lemmy.world/comment/8986376",
"local": true,
"path": "0.8986376",
"distinguished": false,
"language_id": 37
...
But there’s also a bug with Sync in that it’s not checking the flag if someone try to reply.
No, it’s still running. I just got out of the habit of adding posts. I didn’t realise it’d been 2 weeks. I’ll start it up again in a bit.
lemmy.world has the community, and is keeping up to date with it, because someone (me, actually) brought it through and subscribed.
midwest.social has the community, but won’t get further updates because no-one subscribed (so technically I don’t have the inbox address for it - it’ll be the same format as everyone else of course, but it would reject updates with the ‘community has no subscribers’ error if I sent stuff to it anyway).
justworks was in the same situation as midwest.social, but it has a subscriber now, so now it has everything and will keep up to date. I didn’t have to do anything - the new subscriber’s action re-fetched the outbox (discussed below) and luckily that contained everything that was missing. The post from infosec.exchange is there too, so that wasn’t affected by federation blocks.
lemmon.website isn’t running lemmy - the tails community is ‘virtual’ in that it’s just a bunch of static files pretending to be a real community. The main address 403s 'cos thats just a folder.
infosec.pub doesn’t have the community most likely because no-one who is logged in there has searched for it (instances won’t search outside their own database if the query isn’t from a logged-in user). lemmon.website is in their /instances list though, so there’s no blocking.
An outbox on lemmy contains the last 20 or so original Announces that the main community uses to tell the communities on other instances about a new post. To illustrate:
curl --header 'accept: application/json' https://lemmy.world/c/microblogmemes/outbox | jq .orderedItems[0]
would be for the most recent post on microblogmemes. (Op’s post is at orderedItems[6]).
Fetching this allows a new instance to re-create recent posts, as if it had received them at the time.
Someone clicked !tails@lemmon.website, but didn’t go further (they probably got lemmy’s misleading error screen and gave up). As with midwest.social - no subscribers = no more updates.
Yeah, lemmon.website is mine. Not running lemmy means I fudge things a bit (including having posts from Mastodon users, of course)
Hmmm, that’s not defederation though. The community’s outbox has the 20 most recent posts in, and that cat gif is currently at number 20. The only way those earlier posts can be there are if someone brought though the community a day or so ago and then didn’t subscribe. If anyone ever does subscribe, I can manually send the rest (and can see if the infosec one fails)
Yeah, cross-posts would be a new post from me, rather than the original from e.g. George Takei, which isn’t ideal.
I hadn’t really thought about defederation between servers running both Mastodon and Lemmy. I guess that post wouldn’t show up on sh.itjust.works (I’ll have a look if anyone subscribes from there)
Screenshotting a post from another fediverse app seems a bit crazy. As an alternative, this post is available natively in lemmy, as text and from the original author (so you can reply to him if you’d like).
I can’t give a universal link to a post obviously, but if you’re on lemmy.world, it’s here: https://lemmy.world/post/11631169, and if you’re not, it’s available on the !tails@lemmon.website community.
Tragically, this also means that, even after 31 years, I’ve still never ‘get good’ enough.