-
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
AP => ATProto Out of line hashtag support (blocked on Bluesky) #1311
Comments
Yes! This is kind of (but not exactly) the inverse of #1066. |
This isn't really actionable until if/when Bluesky actually adds this support on their end. Marking as blocked. |
This is supported by deck.blue now, which shows entries in the I'll tentatively remove the |
I'm 100% sure if this is the right issue for it, but I've noticed that if my post on Mastodon is long enough, any hash tags past the point where it cuts it off for Bluesky get completely left out of the Bluesky post, which means it doesn't get tagged on Bluesky. For example:
Note the lack of tags on the Bluesky post despite them being on the fediverse one. I'm guessing out of line tags would solve this in a roundabout way? P.S. Thanks for this awesome service! |
Yup! This is the right issue. Thanks for the kind words! |
This may unnecessarily complicate things, but the AP server I run doesn't store hashtags at the end of the
content
in the Note, they're all exclusively in thetag
attribute.It looks like bluesky is looking to add 'tumblr style' out of line hashtag support (https://bsky.app/profile/esb.lol/post/3l3jcxl6muh2n, and there was another post that mentioned the branch for that is mostly complete and just needs to be merged but I have completely lost that post), and I'm wondering if it'd be possible to include that in the bridge. I think right now it just ignores all tags that aren't specified in the content.
The text was updated successfully, but these errors were encountered: