snarfed / bridgy-fed

🌉 A bridge between decentralized social network protocols
https://fed.brid.gy
Creative Commons Zero v1.0 Universal
610 stars 30 forks source link

Quote posts #461

Closed jamietanna closed 3 months ago

jamietanna commented 1 year ago

Quoting a post on Mastodon ends up looking a bit odd (https://indieweb.social/@www.jvt.me@www.jvt.me/110084066464382647) as the original content doesn't get presented - is there something we can do to ie add the link to the post being quoted, rather than trying to embed it?

snarfed commented 4 months ago

(Oh and yeah @AtiusAmy is right, Mastodon itself doesn't support quote posts so you won't see it properly there anyway, but BF isn't quite working here regardless.)

AtiusAmy commented 4 months ago

Thanks for the investigation @AtiusAmy! Will look.

Ok I found out something image image

The amount of post is the same on bsky and AP, despite having less post on the BSKY side (You can count). Not sure what's going on, maybe it is bridged but the appview won't render?

@snarfed Do you might know the reason of that (the post that aren't bridged are the quote post of AP user)

snarfed commented 4 months ago

@AtiusAmy I don't know for sure, but that's a good guess!

snarfed commented 3 months ago

OK @AtiusAmy I think I've fixed this issue, bridging fediverse quote posts of bridged native fediverse posts to Bluesky. (Phew, that's a mouthful.) Feel free to try again!

AtiusAmy commented 3 months ago

OK @AtiusAmy I think I've fixed this issue, bridging fediverse quote posts of bridged native fediverse posts to Bluesky. (Phew, that's a mouthful.) Feel free to try again!

https://bsky.app/profile/atiusamy.social.atiusamy.com.ap.brid.gy/post/3kvrsg4xahiw2

Took a while to bridge but it works!

snarfed commented 3 months ago

Great! Yeah we were backed up for a bit, but we're through the backlog now.

dploeger commented 3 months ago

@snarfed the problem with the link to the JSON representation instead of the quoted post somehow is back.

snarfed commented 3 months ago

@dploeger yes! sorry about that, tracked in #1154. I fixed it last night but had to roll back the fix. Attempt #2 is deploying now.

silverpill commented 3 months ago

Hello @snarfed ! I can confirm that your FEP-e232 implementation is correct.

You may also add rel property with value https://misskey-hub.net/ns#_misskey_quote. Some implementations do that to indicate that object link is a quote, though this is not required.