Comment on Welcome, new users!
Emperor@feddit.uk 8 months agoThis is beyond my remit, so I’m tagging @flamingos@feddit.uk.
Comment on Welcome, new users!
Emperor@feddit.uk 8 months agoThis is beyond my remit, so I’m tagging @flamingos@feddit.uk.
flamingos@feddit.uk 8 months ago
Had a look at the logs and trying to resolve a video fails with
OnlyModsCanPostInCommunity. This is because PeerTube setslemmy:postingRestrictedToModsto be true on theGroup, but doesn’t set anattributeTofor theGroupobject so Lemmy sees the community as having no moderators. It seems that the only reason this used to work was because theposting_restricted_to_modssetting was ignored when resolving an object from ActivityPub.cc @s08nlql9@lemm.ee
Emperor@feddit.uk 8 months ago
Thanks for checking. Seems like a “them” problem.
s08nlql9@lemm.ee 8 months ago
Sorry if i don’t understand this on the technical level but if we want peertube videos to show in lemmy, we should ask the Lemmy devs to re-enable it?
flamingos@feddit.uk 8 months ago
Looks like I was wrong, PeerTube does set an
attributeTo, it’s just different to how Lemmy does it. Lemmy expects anOrderedCollection, while PeerTube sends an Array ofIDs. Don’t know how I missed theattributeToin the PeerTube output I was looking at (I was pretty tired when I wrote the tbf). This is probably something to fix in Lemmy.cc @emperor@feddit.uk
Emperor@feddit.uk 8 months ago
Good find. At least you kniw where the issue is.
As Pixelfed is going to fully implement groups, it seems like an interesting time.