uuttff8 / Remmel

MIT License
99 stars 11 forks source link

Support Lemmy API v3 #15

Closed dessalines closed 2 years ago

dessalines commented 3 years ago

In ~1-2 weeks, lemmy will be moving to API v3, mainly due to migration of the user_ to person table, meaning all of the user and user_id terms are changing in the API. Here's the diff with API v2:

https://github.com/LemmyNet/lemmy-js-client/pull/9/files

Let me know if there's any changes it makes sense for us to make.