Replies: 3 comments 1 reply
|
I was looking at lemmy but I couldn't find any documentation for their HTTP API. They do have a typescript client which I'll try |
0 replies
|
Also like mastodon there's no way of detecting if a link is to a lemmy page to keep it in-client. I'l need to figure something out for that. Mobile apps for mastodon often open an external web browser when you click a link to another mastodon post and that seems really bad to me, I don't want to have a client that does that |
0 replies
|
Unfortunately, it looks like the lemmy api is missing 'access-control-allow-origin' headers and threadclient would need to run a proxy server in order to communicate with lemmy instances. Lemmy support can't be added until this is changed: LemmyNet/lemmy#3109 |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Right in between Mastodon and Reddit, there is Lemmy ;)
There’s also this project that provides a compatibility layer for Reddit clients to interoperate with Lemmy: https://github.com/derivator/tafkars
All reactions