Open
Description
Describe the bug
Votes sent by Lemmy are marked as private, as you can see by the lack of https://www.w3.org/ns/activitystreams#Public
:
{
"actor": "http://ds9.lemmy.ml/u/lemmy_alpha",
"object": "http://ds9.lemmy.ml/comment/1",
"audience": "https://enterprise.lemmy.ml/c/tenforward",
"type": "Like",
"id": "http://ds9.lemmy.ml/activities/like/fd61d070-7382-46a9-b2b7-6bb253732877"
}
In comparison, posts and comments are marked as public.
On which Mbin instance did you find the bug?
fedia.io but it affects all instances
Which Mbin version was running on the instance?
1.7.1
To Reproduce
Steps to reproduce the behavior:
- Open any post
- Scroll down to 'Activity'
- Go to 'Favorites' tab
- See names of users who voted from Lemmy
Example: https://fedia.io/m/ich_iel@feddit.org/t/1187925/ich-iel/favourites
Expected behavior
Mbin should respect the privacy level of Lemmy votes and not display the usernames publicly. Votes should only be used internally to calculcate scores. We also display voter names to admins and mods to prevent abuse.
Activity