RocketDerp
RocketDerp
I'm assuming you are talking about the API. There is a community on Lemmy for app developers, and this topic has come up several times: https://lemmy.ml/post/1630085 Most likely the `type_=All`...
This may be related to Issue #3535 that I've been tracking for the past 18 hours. It seems moderator-specific changes to posts, such as removing a post as off-topic, are...
This specific bug is confirmed and new testing code to reproduce it is now in https://github.com/LemmyNet/lemmy/pull/3745
Here is another example of the raw data that hits this error path: `RawAnnouncableActivities { id: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("derp.foo")), port: None,...
In addition to checking my own instance, the Lemmy.ml server does not show the posting either and I expect is logging the same errors: https://lemmy.ml/c/[email protected] If I understand things correctly,...
The whole delete behavior isn't right on remote instances. If you are on lemmy.ml and the community is homed on lemm.ee - if you create your own post and delete...
Thank you for confirming the problem. I'm working on the code right now, hopefully we can get a fix in before the weekend.
It looks like the bug might have been introduced on June 23, which explains why it wasn't happening before and seems only in recent updates. This commit looks suspicious: https://github.com/LemmyNet/lemmy/commit/dce79b83bfe4eddbe94a4b3846bc20624ef8e4c4
Issue #3535 and this one follow the same paths. After the code does the moderator remove or the post delete, it then reads from the database to return to the...
Your comment is still not deleted here on my instance: https://bulletintree.com/comment/724726 The "community home" server doesn't seem to be sending out delete comments to the federated downstream subscribers. Which is...