Nutomic
Nutomic
This is very close to post scheduling (https://github.com/LemmyNet/lemmy/pull/5025). Basically it would require a setting like "default post schedule delay seconds". If that is set, all new posts are created with...
Bumping this because I'm getting a couple of reports like this, and there is no good way to fix it (I can only blacklist the video which I don't want)....
Having both different button colors and badge is too much, it doesnt look good. Better to keep all buttons green (primary). Also the badge is too large, it looks better...
Looks good, thanks!
This was changed to show only local users, and moved to a separate tab.
I seem to be getting the same problem. Interestingly it only happens with ``, but goes away if I replace occurences of `` with ``. Maybe there is a relevant...
Correct, it should be like this: Mastodon sends `Create/Note` to Wordpress, then Wordpress wraps it in `Announce` and sends the `Announce/Create/Note` activity to all followers.
Not sure what youre asking, which activity are you referring to specifically? And I cant tell you how Mastodon renders things.
Can you show me the activity json you are sending to Lemmy?
@obenland One problem Im seeing is that Lemmy expects the community to be included in `to` or `cc` of both the `Create` and the `Note`. [Here](https://github.com/LemmyNet/lemmy/blob/main/crates/apub/assets/lemmy/activities/create_or_update/create_comment.json) you can see an...