Is there such a thing for lemmy? I’ve noticed some… Overzealous moderation on lemmy, which annoys me to no end. I want to read the comments naturally, and not just what the power mods (yes, they are here too) deem acceptable.
You can check the public modlog. Unless the user was banned + removal of all comments, it should be visible there.
It’s all gone if post is removed.
Is there a way to look through it by community instead of just by instance?
Yes, in the community sidebar there’s an community specific modlog.
Won’t the activitypub have been synced to federated instances too?
How do you mean?
When another server (say kbin) is set to federate with another doesn’t it get the activity pub including the comments, changes, etc?
If something was pulled before it was deleted they’d have it and, subsequently, the deletion record too. So wouldn’t the activitypub record include the content or am I misunderstanding how that works?
Edit: like this
https://seb.jambor.dev/posts/understanding-activitypub-part-2-lemmy/
Sorry, I don’t completely get what you mean with this sentence
If something was pulled before it was deleted they’d have it and, subsequently, the deletion record too
As far as I understand, removal by mods is federated and will thus be visible on all instances in the modlog. But not an expert by any means.
Let’s say I post something at 1 am. And a federated server pulls it at 2 am.
Then the other server has the content.
Then it’s deleted at 3 am and that federated server pulls it again at 3:15
Now the federated server no longer has it. Since it synced to match the first server.
I was wondering if that’s how the ActivityPub worked.
deleted by creator
I also see deleted comments, I guess by the user. Which is odd, bc like if they wanted to remove it that’s their choice I suppose, but Lemmy still shows me reply notifications, but then when I go to read it, it’s gone!?
Yeah, that’s a really annoying design choice.
Are you on the same instance as the deleting user? This sounds like a quirk of federation.
This does seem the most likely explanation. But… my instance seems to be aware of the deletion at least, and yet still chooses to show it. It could show the old message, it could remove it entirely and show no notification, it could get fancy and show nothing by default but then upon requesting addition information show it anyway… but out of all the various possibilities, it chooses the single most annoying one? 😜
I think the real reason has nothing to do with federation. It’s probably just one of the many UI bugs. You get notifications on reply but cancelling of notifications isn’t implemented. That would mean once you open that notification, the post is refreshed (because there could be new comments, someone could have edited or deleted something) and the UI learns it got deleted at this point and the reply vanishes.
There is a bugreport open for it: https://github.com/LemmyNet/lemmy/issues/3816
Little by little, progress is being made - in the meantime the software isn’t quite “finished” yet, but somehow still the UX ends up being significantly better than Reddit:-).
Yeah. I’ve asked quite some questions in the AMA the developers had a few weeks ago. Seems they have quite something on their plate. I’ve reported more serious UI bugs last summer/autumn and they’re still open along with several other bugs. But I’m not involved in how things get prioritized. However I’ve heard them say multiple times that all of this is more work than they can do with the manpower available.
Yeah note how the version number is 0.19.3 - that’s not 19.3, or 1.93, it’s still far from 1.0 yet.
When Reddit imploded Lemmy got hit with this deluge of new subscribers, but it wasn’t quite ready for it. On the other hand, third party apps were made almost instantly, so definitely the pace accelerated:-).
And they’ve been hit with multiple spam attacks, from 4chan and Discord, so those I am sure were considered the priority.
I know. I’ve been watching Lemmy since 2021 so I’ve been around for quite a while before the Reddit exodus happened. Before that Lemmy was mainly a wasteland. There were a few communities that would connect you with people but the majority of it felt just like talking to yourself. I think all the people coming from Reddit was necessary to lift it beyond a small Linux forum with 100 infrequent visitors. But it definitely was problematic. The state of the project wasn’t prepared for that kind of growth. I’m sure a few devs and admins spent their nights handling that instead of getting some sleep… And we only get by as of today. I’m still waiting for bugfixing and new features, but that won’t happen before the foundation is in good shape and it seems we have to be patient with that.
I’m a bit split on the version number thing. Sure, you can poke around with your hobby project for 10 years and slowly build something in peace that isn’t actively used by anyone… But this approach doesn’t deliver the goods. If you want to create something useful and get to a point where it actually provides something for someone, you have to have users, grow with your community at an adequate pace.
And from the user’s perspective: We want a platform to communicate. I like this style of discussion and there isn’t some other, superior federated alternative around. And I want to do it now, not in 5 years time. So the expectations might clash a bit, here.
I think fighting spam is the job of the instance admins. The developers are indirectly responsible, their job is to provide the tools to fight spam and moderate. I just started to get Spam recently, but I don’t watch the All feed, just my subscriptions so I could have missed it. However I saw all the DDoS attacks happening and I was affected by those. Nowadays I have several accounts on different instances, so I’m prepared.
So on Liftoff, I find that if I interact with a deleted comment (up or down vote) the deleted content appears. Weird eh?
That’s because only a Boolean flag changes when deleted by user. Comment content stays.
That does not work in a webpage browser, so seems like a Liftoff
bug(/feature?:-P) on top of the underlying issue in Lemmy itself.
Should be rather simple actually. You’d need a slightly modified version of Lemmy which simply ignores federated deletions.
Beyond that, you’d have to Index the fediverse somehow. This could probably be achieved by subscribing to all relevant communities. There’s ready made bots for that I believe for the purposes of populating small instances with content.
The legal side of that is questionable at best though, just like removedit. Slightly less I’d say since re-hosting content here is generally allowed which was certainly not the case with Reddit.
I was wrong