Results 1407 comments of Nutomic

You can browse the [1.0 api docs](https://join-lemmy.org/api/main) and test with [voyager.lemmy.ml](https://voyager.lemmy.ml/) (note lemmy-ui is not updated yet, only the api works. The js client main branch is currently only compatible...

For reference the post is here: https://join-lemmy.org/news/2025-02-03_-_Breaking_Changes_in_Lemmy_1.0 Here are some more breaking changes I found now, we should probably add them to the blog post, or write a new post:...

1. As youre already building that wrapper there is no need to duplicate the effort. Would be good if you could link your repo in the lemmy-js-client readme and the...

There is now backwards compatibility for API v3 in Lemmy 1.0 which covers functionality for general browsing and commenting. However new features, mod/admin actions, user settings and notifications are only...

These are all patch versions. For development these dont make any difference. And the next release from main branch is still months away.

This feature should also check if the devices use incompatible versions.

That would only solve the federation part, but it also needs to be supported in the database, api and frontend.

Feel free to make a pull request to change it. Anyway this project is unmaintained due to lack of time, so it wont work with the latest Lemmy version.

The Activitypub spec contains a section on [Public Adressing](https://www.w3.org/TR/activitypub/#public-addressing), with a url as public identifier. It indicates that anything not addressing this identifier is not public. Not sure where you...