Bug in Display of Users Who Liked or Shared a Post #198
Labels
No labels
bug
contribution welcome
duplicate
enhancement
later
not planned
out of scope
question
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
tom79/Holos-App#198
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
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.