Nutomic
Nutomic
@bugs181 You could donate towards the issue on [Bountysource](https://www.bountysource.com/teams/syncthing/issues?tracker_ids=511435). Of course that's no guarantee that it will be done.
Yes this is working as expected for Lemmy, it only takes the post url from `attachment`. Text in content is rendered as is for the post body. I assume that...
Responded to the Friendica issue, their use of `url` for links is not standard compliant.
This was previously discussed in https://github.com/LemmyNet/lemmy/issues/2037. Basically Lemmy stores users and communities in different database tables (namespaces), so there is no problem having a user and community with the same...
Nothing we can do about this, it needs to be fixed in Misskey.
Generally new features should be on the main branch, otherwise it will be a lot of hassle to keep bug fixes and enhancements in sync across 0.19 and main.
Makes sense. Do you also have some tool to visualize the output of this endpoint? If so it would be nice if we could see some example screenshots.
So this affects most of the [federation routes](https://github.com/LemmyNet/lemmy/blob/main/crates/apub/src/http/routes.rs) which need the `Vary` header added. `Cache-control: public` is set in the [session middleware](https://github.com/LemmyNet/lemmy/blob/main/crates/routes/src/middleware/session.rs#L86), only if there was no previous cache-control header...
Can you link an example comment that youd mark as nsfw?
Yes thats possible, the federation code isnt doing any separate length checks, so it will error out on the database insert, and keep retrying when the user gets fetched again....