Skip to content
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

Open
TomCasavant opened this issue Sep 9, 2024 · 5 comments
Open

AP => ATProto Out of line hashtag support (blocked on Bluesky) #1311

TomCasavant opened this issue Sep 9, 2024 · 5 comments
Labels
blocked parity Features supported by two or more protocols, but not yet bridged between them.

Comments

@TomCasavant
Copy link

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 the tag 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.

@snarfed
Copy link
Owner

snarfed commented Sep 9, 2024

Yes! This is kind of (but not exactly) the inverse of #1066.

@snarfed
Copy link
Owner

snarfed commented Oct 4, 2024

This isn't really actionable until if/when Bluesky actually adds this support on their end. Marking as blocked.

@snarfed snarfed changed the title AP => ATProto Out of line hashtag support AP => ATProto Out of line hashtag support (blocked on Bluesky) Oct 4, 2024
@snarfed snarfed added the blocked label Oct 4, 2024
@Tamschi
Copy link
Collaborator

Tamschi commented Oct 31, 2024

This is supported by deck.blue now, which shows entries in the tag property similarly to Mastodon.
Bluesky also utilises this property for hashtag searches.

I'll tentatively remove the blocked label since this is testable now.

@Tamschi Tamschi added parity Features supported by two or more protocols, but not yet bridged between them. and removed blocked labels Oct 31, 2024
@snarfed snarfed added the blocked label Jan 9, 2025
@Ambient-Impact
Copy link

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!

@snarfed
Copy link
Owner

snarfed commented Jan 16, 2025

Yup! This is the right issue. Thanks for the kind words!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked parity Features supported by two or more protocols, but not yet bridged between them.
Projects
None yet
Development

No branches or pull requests

4 participants