28
How are federated channels from Peertube moderated on Lemmy?
(sh.itjust.works)
Everything about Lemmy; bugs, gripes, praises, and advocacy.
For discussion about the lemmy.ml instance, go to !meta@lemmy.ml.
If I understand correctly, if Peertube were to comply with this spec, then the owner of that peertube channel would show up as the moderator in the Lemmy community?
They could, yes. Afaik no extra work was needed on lemmy's side once Mbin changed to report moderators in the same manner (aside from some kind of activity which triggered a refresh of the data)
However, looking at peertube, it looks like they already are using the
attributedTo
field for the group with a person, which is different from the FEP. For the channel you link in the OP specifically:It's possible PeerTube could change to make a
/moderators
endpoint and respond with that as the FEP suggests, or Lemmy and other software to change to accept this array of actor types instead. I'm not sure who decides these things or if there is an evangelist for FEPs, It's possible this was already discussed on the peertube github as well, I didn't look through all the past issues as there are quite a lot