-
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
Documentation: add use case of mentioning a BluSky user from fediverse or respond to one of their posts #1342
Comments
You have to mention their bridged account, which is that same user name but on the Mastodon will shorten it to only the first part in the visible post text, but attach the full mention as meta data and deliver it accordingly. You can just reply with a long post when needed. Bridgy Fed truncates the text and inserts a link to the original post automatically in such cases. It also inserts the full original (HTML, usually?) representation of the post into the Bluesky record, so alternative Bluesky clients can display the full text immediately. On that note, @snarfed, iirc, posts can also be plaintext or Markdown internally. Do you have documentation on how that is handled? |
Wait, what? Where? Not in either AS2 or ATProto anywhere that I'm aware of. |
I'll have to double-check, maybe it's just for posting through the client API… |
Yeah, Peertube actually broadcasts most Pleroma appears to have a function to render these into HTML when receiving them: https://github.com/pleroma-social/pleroma/blob/f917285b72dbc770be40478e1a55973f29d5db7d/lib/pleroma/web/activity_pub/object_validators/audio_video_validator.ex#L95-L103 |
|
Definitely not many! I'm pretty certain Mastodon makes no attempt at all to show video descriptions for example and only surfaces the [as:]"name" instead. |
Nice, thanks :) Wait, so the other account needs have bridged themselves? So it's not possible to use bridgy-fed just to mention any BluSky user? Or reply to any post there? |
Yes, the system is currently symmetric (and even if a user is opted in, it can be pretty difficult to find their post if you weren't following them when they made it, but that's more a property of ActivityPub). If they have their Chat open to everyone (which is not the default on Bluesky), you can Mention-only their ATProto handle (as shown on Bluesky) to Also note that your replies must be Public to be bridged to ATProto. I think the relevant issue to loosen that a little is #1036. |
Definitely a good idea to mention this in the docs, I've done that. Thanks for the nudge! |
I tried guessing and I just @ them like if I was one BluSky (assuming that's how it works). The bridge posted the same thing that I posted on mastodon but somehow the @nicknameFooBar wasn't highlighted and not clickable. So I assume the person wasn't notified of the message.
But the same @nicknameFooBar was highlighted and clickable on another post that I saw on their timeline. So something is missing when I'm using the bridge to be able to mention someone.
Also, how about responding to a post? Like if I have more than 300 chars to say, responses allow to chain posts.
The text was updated successfully, but these errors were encountered: