Comment on Welcome, new users!
s08nlql9@lemm.ee 2 weeks agoSorry 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?
Comment on Welcome, new users!
s08nlql9@lemm.ee 2 weeks agoSorry 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 2 weeks 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 theattributeTo
in 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 2 weeks 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.
flamingos@feddit.uk 2 weeks ago
Made a fix: github.com/LemmyNet/lemmy/pull/5509
By the looks of it, Dansup is it similar to how PeerTube does it, but doesn’t wrap it in an array which is annoying. Hopefully he changes that.
cc @s08nlql9@lemm.ee
Emperor@feddit.uk 2 weeks ago
Brilliant - thanks for sorting that.
Perhaps we can tag him in here, get all the issues cleared up. @dansup@mastodon.social @dansup@lemmy.world @dansup@lemmy.ml
s08nlql9@lemm.ee 2 weeks ago
ah thanks man