I’ve tried several clients now, and unlike Reddit clients I cannot locate any of the posts/comments I’ve upvoted in the past? Is that a bug/feature of the platform?
I’ve tried several clients now, and unlike Reddit clients I cannot locate any of the posts/comments I’ve upvoted in the past? Is that a bug/feature of the platform?
Lemmy stores these votes in the database. My server isn’t yours, so I can only find 14 upvotes in total on my side:
Lemmy doesn’t seem to provide any API to expose these details. If you run your own server, it’s not hard to get a list of posts, but you’ll have to wait for Lemmy to provide the necessary endpoints before you can list upvotes.
However, Lemmy also provides a save button ( ), which does store posts in a place you can locate on your user profile.
I’d love to see API access for that info
Make a PR and make it happen :)
Only problem is that the kindest thing I can say about my coding skills is that they are technically present.
Maybe someone with better skills than me could do so.