mirror of
https://github.com/mastodon/mastodon.git
synced 2025-07-15 08:48:15 +00:00
Add URL query params to "Mute hashtags" request to /filters
This commit is contained in:
parent
ac039d5f13
commit
81512ab4ca
|
@ -116,7 +116,7 @@ export const HashtagMenuController: React.FC = () => {
|
|||
text: intl.formatMessage(messages.muteHashtag, {
|
||||
hashtag,
|
||||
}),
|
||||
href: '/filters',
|
||||
href: `/filters?custom_filter[keywords_attributes][0][keyword]=${hashtag}&custom_filter[keywords_attributes][0][whole_word]=1`,
|
||||
dangerous: true,
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue
Block a user