-
Notifications
You must be signed in to change notification settings - Fork 48
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 one AP account federate to bsky, but another don't #1018
Comments
I noticed that the bridged Bsky account is following There's likely some overlap here with #975, in that posts aren't sent to the bridge if there's no bridged account following the opted-in author on the AP side. Relevant Sharkey source: https://activitypub.software/TransFem-org/Sharkey/-/blob/83df1c012874204fb83a5e2d4671767de4f599f8/packages/backend/src/core/NoteCreateService.ts#L900-930 |
Oh, interesting... it looked to me as though both counts were following each other, but I unfollowed from the bsky side and then followed again, and now posts are going through! I forget the exact order of operations here, but I think I did:
All of that would have been done in fairly quick succession, and I do think I followed from the Bsky side before opting-in from there. |
Glad this is working now! |
Hmm, it doesn't seem like it's quite working as expected yet; although an initial post went across, I've tried replying to it on both sides, and neither of the replies reached the other side. For comparison: https://bsky.app/profile/minneyar.fuzzyfox.social.ap.brid.gy/post/3krt6ht4yzpu2 |
Are the replies from accounts that have opted in? Also, for Bluesky => AP, there's a delay: https://fed.brid.gy/docs#bluesky-delay => Bluesky, Oh btw @minneyar on an unrelated note, your instance instance fuzzyfox.social is a bit infamous on my side. A ton of other instances have been hammering |
Yep, both accounts have opted in, and the replies are both from my accounts that have followed each other. It's been about an hour now, which I thought would've been long enough for the delay. But that's weird, I honestly have no idea why that would be happening! I believe the Update: I've made another thread where accounts have been able to reply to each other, but something's still a little funny; in the last post in this thread on Bsky: https://bsky.app/profile/minneyar.fuzzyfox.social/post/3krte75w6fe2u It has a "1" next to the comment bubble in the interface as though there is a reply, but none is visible, although there is a reply on the Sharkey side (https://fuzzyfox.social/notes/9syocx8kd4j100hn). Update 2: But I did see the reply show up on my main feed on Bsky, even though it doesn't appear in the thread, so maybe it's fine and I just don't understand how Bsky's interface works. |
Missing replies from Bluesky is probably #1011. If that's the main outstanding problem here, I'm going to tentatively merge this into that issue. |
Yep, I think that is the same issue I'm seeing now, so feel free to merge it. Other instances hammering your webfinger looking for info about my instance also seems like an issue, but this probably isn't the right place to track that... |
Deployed a change for this and #1011, should hopefully fix self replies and other non-notif replies. Thanks again for reporting! |
Apologies if this is the wrong place for general support, I looked around a little but didn't see any other options.
Details:
But my problem is that posts from @[email protected] do not seem to federate to bsky. The profile page exists (https://bsky.app/profile/minneyar.fuzzyfox.social.ap.brid.gy), but none of the posts I've made have appeared, even though posts from @[email protected] and reactions from both accounts seem to be working.
Any ideas why posts aren't going across?
The text was updated successfully, but these errors were encountered: