Comment on Programming.Dev Feature Requests
canpolat@programming.dev 1 year agoYeah, that’s what I meant by non-elegant. I think the way Lemmy assigns IDs to posts and comments should be re-thought. Dictionary lookup is a solution, but not a good one.
cacheson@kbin.social 1 year ago
Hmm, yeah, I see what you mean. Wasn't thinking about having to convert the IDs. Plus the actual local copy of the post needs to be available, not just a connection to the remote instance.
canpolat@programming.dev 1 year ago
I believe there is an API to create a local copy, but I’m not sure