Had a look at the logs and trying to resolve a video fails with OnlyModsCanPostInCommunity. This is because PeerTube sets lemmy:postingRestrictedToMods to be true on the Group, but doesn’t set an attributeTo for the Group object so Lemmy sees the community as having no moderators. It seems that the only reason this used to work was because the posting_restricted_to_mods setting was ignored when resolving an object from ActivityPub.
Emperor@feddit.uk 2 months ago
Next version is 0.19.10.
s08nlql9@lemm.ee 2 months ago
but the patch was applied to. 9
join-lemmy.org/…/2025-02-10_-_Lemmy_Release_v0.19…
Emperor@feddit.uk 2 months ago
This is beyond my remit, so I’m tagging @flamingos@feddit.uk.
flamingos@feddit.uk 2 months ago
Had a look at the logs and trying to resolve a video fails with
OnlyModsCanPostInCommunity
. This is because PeerTube setslemmy:postingRestrictedToMods
to be true on theGroup
, but doesn’t set anattributeTo
for theGroup
object so Lemmy sees the community as having no moderators. It seems that the only reason this used to work was because theposting_restricted_to_mods
setting was ignored when resolving an object from ActivityPub.cc @s08nlql9@lemm.ee