toddsundsted / ktistec

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

Mastodon boosted articles does not seem to reach the actor's page #90

Open vrthra opened 5 months ago

vrthra commented 5 months ago

In order to ensure that I do not miss out posts by on specific people, I have created bookmarks of their actor pages (e.g. https://gopinath.org/remote/actors/207), and check for posts occasionally. I have recently found that I only see their own posts in this page, and not those posts that they liked or boosted. Is this by design?

toddsundsted commented 5 months ago

it's just a limitation of this query.

it's looking for objects (posts) that are attributed to (authored by) the actor.

toddsundsted commented 5 months ago

a solution would be to 1) make the query more like #all_posts which looks at activities and not just objects, and 2) make the presentation toggleable (everything or no shares or no relies) like the home page does

toddsundsted commented 5 months ago

likes will be trickier because activity pub servers do not typically distribute them.