mirror of
https://github.com/mastodon/mastodon.git
synced 2025-09-07 18:31:07 +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, {
|
text: intl.formatMessage(messages.muteHashtag, {
|
||||||
hashtag,
|
hashtag,
|
||||||
}),
|
}),
|
||||||
href: '/filters',
|
href: `/filters?custom_filter[keywords_attributes][0][keyword]=${hashtag}&custom_filter[keywords_attributes][0][whole_word]=1`,
|
||||||
dangerous: true,
|
dangerous: true,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user