-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Posts from Bluesky don't get delivered to the fediverse until they're boosted/reposted by an opted-in Bluesky account #1584
Comments
Hmm, when I search for https://fed.brid.gy/r/https://bsky.app/profile/makai.chaotic.ninja/post/3lccx2f7dss2k on https://indieweb.social/search , it sees that post fine. Maybe this is a Misskey thing? |
Looking at a Misskey inbox delivery, we POSTed the {
"@context": ["https://www.w3.org/ns/activitystreams"],
"type": "Create",
"id": "https://bsky.brid.gy/convert/ap/at://did:plc:cu33jkvtkoxyfd45wg7hrhra/app.bsky.feed.post/3lccx2f7dss2k#bridgy-fed-create",
"actor": "https://bsky.brid.gy/ap/did:plc:cu33jkvtkoxyfd45wg7hrhra",
"published": "2024-12-02T10:45:54.633923+00:00",
"object": {
"type": "Note",
"id": "https://bsky.brid.gy/convert/ap/at://did:plc:cu33jkvtkoxyfd45wg7hrhra/app.bsky.feed.post/3lccx2f7dss2k",
"url": "https://fed.brid.gy/r/https://bsky.app/profile/did:plc:cu33jkvtkoxyfd45wg7hrhra/post/3lccx2f7dss2k",
"attributedTo": "https://bsky.brid.gy/ap/did:plc:cu33jkvtkoxyfd45wg7hrhra",
"content": "<p>Test post for <a href=\"https://bsky.brid.gy/hashtag/BridgyFed\">#BridgyFed</a> GitHub issue, please don't repost (except if you're <a class=\"mention\" href=\"https://bsky.app/profile/snarfed.org\">@snarfed.org</a>)</p>",
"contentMap": {
"en": "Test post for #BridgyFed GitHub issue, please don't repost (except if you're @snarfed.org)"
},
"published": "2024-12-02T10:45:53.503Z",
"tag": [
{
"type": "Hashtag",
"name": "#BridgyFed",
"href": "https://bsky.brid.gy/hashtag/BridgyFed"
},
{
"type": "Mention",
"name": "@snarfed.org",
"href": "https://bsky.app/profile/snarfed.org"
}
],
"content_is_html": true,
"to": ["https://www.w3.org/ns/activitystreams#Public"],
"cc": ["https://bsky.app/profile/snarfed.org"]
},
"to": ["https://www.w3.org/ns/activitystreams#Public"],
"cc": ["https://bsky.app/profile/snarfed.org"]
} |
Where is the |
Hah, good eye. It's Bridgy Fed internal, very non-standard, not really intended for external consumption. Ideally we should remove it before sending activities. |
I think that would be a good idea. It's a validation error in "safe mode" JSON-LD processing, so it could well cause issues like this. That aside, the code you pasted isn't valid JSON either. There's a misplaced comma between lines 31 and 32. |
Ah, sorry, that's just me, I rearrange and clean up JSON activities a bit before I add them to issues here. Will fix. |
^ ok, we're no longer emitting |
I still can't do the manual look up (and for Mastodon I test from https://yamabi.co/@[email protected]/113586443349136029 |
I'm seeing this issue again Bluesky example: https://bsky.app/profile/makai.chaotic.ninja/post/3ldidewmk2s2f
EDIT: Oh that example for fedi => bsky seems to work. I think I remember it being a reply that didn't work, lemme find a bridged bsky account to reply on EDIT2: EDIT3: Ugh it got processed. I guess fedi => bsky got fixed now and I got unlucky that time. Editing back the title EDIT4: Hmm it seems it's just Misskey this time since I can see my test bsky post from my Mastodon: https://yamabi.co/@[email protected]/113667008750898233 |
Another Bluesky example, this time a reply to another opted-in account (and boosting doesn't seem to be working?): https://bsky.app/profile/makai.chaotic.ninja/post/3ldhsucuy722u |
Not sure if it's this issue but my friend's account miseru.bsky.social stopped bridging about 4 weeks ago. I thought it might be because of "Discourage apps from showing my account to logged-out users" but #974 suggests it would have continued bridging? |
@temtemy sorry for any confusion in #1584 (comment)! Sounds like it turned out to be mainly Misskey interop? @ygg2 looking at https://fed.brid.gy/bsky/miseru.bsky.social , we're seeing their recent posts, so I'm guessing they got hit by #1595 😢 |
@snarfed Yes it seems to be just Misskey interop this time, sorry for not making it clear. |
@temtemy np! Feel free to reopen if you have any details on what Misskey specifically is having trouble with. |
@snarfed It looks like that one is for accounts being bridged to Bluesky, though, not Bluesky accounts being bridged to fedi? |
Example: https://bsky.app/profile/makai.chaotic.ninja/post/3lccx2f7dss2k
I can't manually look it up (whether it's via Mastodon, Misskey, or Pleroma) either via https://fed.brid.gy/r/https://bsky.app/profile/makai.chaotic.ninja/post/3lccx2f7dss2k. I have to repost it just to see it in my Misskey's home feed.
The text was updated successfully, but these errors were encountered: