toddsundsted / ktistec

Single user ActivityPub (https://www.w3.org/TR/activitypub/) server.
GNU Affero General Public License v3.0
360 stars 20 forks source link

Feature Request: List of "Likes" #88

Closed JayVii closed 5 months ago

JayVii commented 9 months ago

It would be nice to have a list of all posts that I "liked". Sometimes I do use the " like" feature as some sort of bookmark or sometimes I just want to revisit a post that I enjoyed (to see replies, etc).

I suppose the database already lists all posts that I ever "liked" somehow, so it might not be too complicated to list them in an additional menu entry?

toddsundsted commented 9 months ago

This is a feature I'd like, as well. Likes are implemented as ActivityPub Like activities and can be found easily with a simple SQL query.

toddsundsted commented 6 months ago

I've added this functionality in my working branch. I'm still testing/fixing other changes related to performance. Once that has settled down, I will merge the working branch and announce it here.

JayVii commented 6 months ago

Nice! Thank you a lot!

toddsundsted commented 6 months ago

this was just merged (see f9eec37c)

you can only get to the pages directly—i haven't yet worked it in to the overall navigation.

\/actors/\/likes \/actors/\/shares

JayVii commented 6 months ago

I just upgraded to 2.0.0-10. Thanks a lot, this is exactly what I had in mind!