tooot-app / app

https://tooot.app
GNU General Public License v3.0
233 stars 23 forks source link

Indicate posts originating from followed hashtags #606

Closed canny[bot] closed 1 year ago

canny[bot] commented 1 year ago

I like following hashtags to extend the reach of my feed without having to follow people but sometimes annoying posts containing certain hashtags I follow will be added to my feed that I don’t like and it’s not always apparent to me that they are there because of a hashtag I follow.

I would like these to be immediately obvious so that I can unfollow or temporarily mute hashtags that have gotten annoying.

https://tooot.canny.io/admin/board/feature-requests/p/indicate-posts-originating-from-followed-hashtags

canny[bot] commented 1 year ago

This issue has been linked to a Canny post: Indicate posts originating from followed hashtags :tada:

xmflsct commented 1 year ago

https://docs.joinmastodon.org/entities/Tag/ there is a following attribute that can be used

xmflsct commented 1 year ago

The following attribute doesn't seem to be returned unfortunately when linked in a toot, nor the history. In this case we would need to fetch https://docs.joinmastodon.org/methods/followed_tags/ when the app is launched, then render this locally, which may be quite heavy.