view the rest of the comments
Ask Lemmy
A Fediverse community for open-ended, thought provoking questions
Rules: (interactive)
1) Be nice and; have fun
Doxxing, trolling, sealioning, racism, toxicity and dog-whistling are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them
2) All posts must end with a '?'
This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?
3) No spam
Please do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.
4) NSFW is okay, within reason
Just remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either !asklemmyafterdark@lemmy.world or !asklemmynsfw@lemmynsfw.com.
NSFW comments should be restricted to posts tagged [NSFW].
5) This is not a support community.
It is not a place for 'how do I?', type questions.
If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.
6) No US Politics.
Please don't post about current US Politics. If you need to do this, try !politicaldiscussion@lemmy.world or !askusa@discuss.online
Reminder: The terms of service apply here too.
Partnered Communities:
Logo design credit goes to: tubbadu
A person makes a post that violates a rule, the post gets reported, and then a mod removes it. Using a rule from this community as an example:
The rest of the demonstration will probably happen later.
I don’t see how this is a “how do I?” type question at all - I read thru the community rules before posting to make sure and didn’t spot anything I felt this post would be violating. I’m asking about the mechanics of mod action federation on the fediverse, not for any sort of support or site specific answers
Sigh, Rule 5 definitely needs clarifying....
There could be federation delay between mod actions. The source code doesn't make it immediately obvious, but it looks like all activities are delivered to various inboxes, including moderation actions. Workers and polling could potentially make this stochastic.
EDIT: This was looking at the Lemmy source code (in rust). piefed source is in python. It could also be a bug in the interaction between those different implementations
I wonder if the empty piefed.zip modlog is a lemmy/piefed federation issue then? The user account I’m looking at to test this has many mod actions going back years on the .world side, but none at all on piefed.zip. Meanwhile on lemmy.zip, many (but not all) of the .world mod actions are federated so something does seem to be fucky between the lemmy/piefed modlogs.
Either way, there seems to be at least one aspect of the modlog federation that’s very unclear (at least to me) which is why I was hoping someone with more knowledge of it could give a general overview of how it all works lol
Yeah, really solving this will require deeper code spelunking than I did. If you checkout both repos and point a robot at it asking it specifically to trace the modlog federation, you might get a better answer. You could also empirically debug this by setting up a couple of instances, federate them, and see what happens.
Nothing to do with federation. piefed.zip decided not to make their modlog public. It's an admin setting within piefed. IIRC, it isn't an option in lemmy.
Ohhh thank you this explains a lot!