Upvoted list
submitted by
Hi all.
I’m using Mlem to browse my PieFed account.
One thing that it’s easy on there is to get a list of the posts that I upvoted.
I tried to find that same list thru the web interface of piefed.world but I just can’t find it anywhere.
If anyone could give me a help, I would really appreciate it.
Thank you.
A comprehensive list of your upvoted posts doesn’t exist in the web UI. If you go to your profile page, there is a box in the sidebar that lists your 10 most recently upvoted posts.
This is actually a functionality that some clients offer (Boost has it as well iirc), but it is not part of the PieFed API at all (not sure it is for lemmy either, but I haven’t looked). So, the list of items that you have voted on is being recorded and kept track of by the app itself.
I see.
Thank you so much for the information.
So, I reached out to some of the app developers on matrix to see if there was interest in adding an endpoint for this to the PieFed API, but it turns out that we already have a way to fetch upvoted posts/comments in the API. So, it is a thing that can be fetched by apps (or if you feel comfortable making api requests and parsing the json it returns). Interstellar is one of the apps that makes use of it, so you could check that one out.
I’ll give it a try.
Thank you.