Results 1407 comments of Nutomic

If we make this change, we should do it before releasing federation. After that it will get much harder to change the URLs.

> Transferring this to lemmy-ui, as it could be done without changing anything within lemmy. Not true as federation uses the format `https://lemmy.ml/p/123` to fetch posts (eg when pasting a...

The problem with any changes to the url format is that it will break an important feature of the Fediverse: You can copy any url from your browser and insert...

> I think we'd be fine, if it was an optional URL param that would be completely ignored. This is impossible unless you can somehow convince Mastodon, Piefed, Kbin and...

Looks like this works for Lemmy but there is a high chance that other platforms like Mastodon, KBin etc wont support it. Besides this format looks ugly, and probably wont...

Lets see if it works: https://woodpecker.join-lemmy.org/repos/129/pipeline/17506/5#L3149 Edit: Im testing the fix in https://github.com/LemmyNet/lemmy/pull/6143. At first there was an error that target `add aarch64-unknown-linux-gnu` was not installed, so I added that...

The search api takes a parameter `community_id` (not a plain name string). So this could be implemented by adding a parameter `instance_id`, with search by domain implemented in the frontend...

Makes sense. How do you think this could be implemented? I suppose a parameter `login.read_only` and then a form in Lemmy settings which calls this login endpoint, displaying the returned...

This could probably be part of https://github.com/LemmyNet/lemmy/issues/1368 (scoped permissions).