toddsundsted / ktistec

Single user ActivityPub (https://www.w3.org/TR/activitypub/) server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: List of "Likes"

JayVii opened this issue · comments

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?

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.

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.

Nice! Thank you a lot!

this was just merged (see f9eec37)

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

<your site>/actors/<your name>/likes
<your site>/actors/<your name>/shares

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