And Lemmy has an issue with it's backend implementation which sometimes causes multiple copies of a comment being posted without the posters knowledge.
It then gets flagged as spam and the poster banned. Ask me how I know.
This is a community in the spirit of "Am I The Asshole" where people can post their own bans from lemmy or reddit or whatever and get some feedback from others whether the ban was justified or not.
Sometimes one just wants to be able to challenge the arguments some mod made and this could be the place for that.
All posts should follow this basic structure:
Expect to receive feedback about your posts, they might even be negative.
Make sure you follow this instance's code of conduct. In other words we won't allow bellyaching about being sanctioned for hate speech or bigotry.
YTPB matrix channel: For real-time discussions about bastards or to appeal mod actions in YPTB itself.
Some acronyms you might see.
Relevant comms
And Lemmy has an issue with it's backend implementation which sometimes causes multiple copies of a comment being posted without the posters knowledge.
It then gets flagged as spam and the poster banned. Ask me how I know.
As someone who implement a Lemmy client it might be a client side problem. If the server is struggling you will time out when sending the comment. If the client side has any sort of retry logic it will send the comment again. This can cause the comment to be posted multiple times. There might be a bug on the server as well but I know for sure it can be caused by the client.