this post was submitted on 19 Feb 2024
33 points (94.6% liked)

Lemmy

12440 readers
3 users here now

Everything about Lemmy; bugs, gripes, praises, and advocacy.

For discussion about the lemmy.ml instance, go to [email protected].

founded 4 years ago
MODERATORS
 

Hi I made a Lemmy account specifically to save posts for future view.

To support the OPs, I opted to like instead of saving them as doing both is not ideal as I don't like to save every post, only some important ones.

But to my surprise, there is no way of viewing posts you liked/upvoted. Only saved posts appear in your profile.

This is in stark contrast to Reddit and even Mastodon which show both. I wonder if such a feature is in the pipeline or some way which exists to view them.

The best alternative is to just have lists support in Saved Posts like Instagram or Pinterest has.

Can any third party Lemmy clients do this? To be clear- I'd like to view posts I upvoted retrospectively and not from now on or something.

This is not a new request. I made this post to ask for things other requesters have not mentioned such as third party clients and comparision to Mastodon and Pinterest.

Also see these posts-

  1. https://lemmy.world/post/1565886
  2. https://lemmy.world/post/1440987
  3. https://lemmy.tedomum.net/post/82667
  4. https://lemmy.world/post/1624113
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 12 points 7 months ago (1 children)

There is an API end point to get upvoted posts. I don't know about third party clients, but you can get it with curl:

curl -H "Content-Type: application/json" -H 'Authorization: Bearer <Auth token here>' \ 
  -X GET 'https://ukfli.uk/api/v3/post/list?type_=All&sort=New&liked_only=true' | jq