tgxn / lemmy-modder

A moderation tool for Lemmy
https://modder.lemmyverse.net/
MIT License
12 stars 3 forks source link

Support new Lemmy Instance versions (0.19.x) #61

Closed tgxn closed 10 months ago

tgxn commented 12 months ago

Currently, the Lemmy SDK only supports a specific version that it is paired with at time of release, this means that I would need to either load the correct Lemmy SDK based on the instance version, or build a custom lemmy sdk that would allow backwards-compatibility.

Obviously I'd rather not do either, but it seems that with Lemmy 0.19 there will be auth cookie changes that mean the SDK will cease to function with 0.18 instances.

tgxn commented 10 months ago

-.- okay now wut