mastodon / mastodon

Your self-hosted, globally interconnected microblogging community
https://joinmastodon.org
GNU Affero General Public License v3.0
47.05k stars 6.96k forks source link

Add Hashtag in status for ActivityPub converted object #6262

Open Chocobozzz opened 6 years ago

Chocobozzz commented 6 years ago

When converting another object type (for example a Video object), Mastodon creates a status that contains the object name followed by the object url (https://github.com/tootsuite/mastodon/blob/master/app/lib/activitypub/activity/create.rb#L187).

Maybe we could add the ActivityPub Hashtags after the url?

Thanks :)


gabuzom commented 3 years ago

It would be great both for Peertube and for Mastodon that videos from PeerTube be displayed there with their tags as hashtags! As they are the only proper way of finding stuff on Mastodon, this would bridge various resources on the Fediverse together, making the results more relevant, unifying tags across platforms!

Plus it may not be too complicated to implement as the data is already "there" somehow?

trwnh commented 7 months ago

this should be handled by the new hashtag bar

rsholmes commented 2 months ago

"Should be"? But it is not. PeerTube videos still do not have their tags displayed on Mastodon version v4.3.0-alpha.5+pr-31389. Please reopen.