Bug in Display of Users Who Liked or Shared a Post #198

Closed
opened 2026-06-23 19:59:04 +00:00 by nienty · 1 comment
nienty commented 2026-06-23 19:59:04 +00:00 (Migrated from codeberg.org)

When I click to view the users who have liked or shared a post, the list appears empty. However, the counter clearly shows that there are several interactions (likes or shares) on the post.

This suggests a discrepancy between the displayed count and the actual list of users retrieved.

When I click to view the users who have liked or shared a post, the list appears empty. However, the counter clearly shows that there are several interactions (likes or shares) on the post. This suggests a discrepancy between the displayed count and the actual list of users retrieved.
tom79 commented 2026-06-24 13:05:00 +00:00 (Migrated from codeberg.org)

The counter comes from the post itself, but most instances (Mastodon, GoToSocial) don't expose the list of users who liked or shared a post in their ActivityPub collections, only totalItems is returned for privacy reasons.
When local data is available (interactions received via the inbox), the list now shows instantly with a message explaining the limitation otherwise.

The counter comes from the post itself, but most instances (Mastodon, GoToSocial) don't expose the list of users who liked or shared a post in their ActivityPub collections, only totalItems is returned for privacy reasons. When local data is available (interactions received via the inbox), the list now shows instantly with a message explaining the limitation otherwise.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
tom79/Holos-App#198
No description provided.