mastodon/app
David Yip cb4ef24ac9 Match keyword mute filter on hashtags. #208.
It is reasonable to expect someone to enter #foo to mute hashtag #foo.
However, tags are recorded on statuses without the preceding #.
To adjust for this, we build a separate tag matcher and use
Tag::HASHTAG_RE to extract a hashtag from the hashtag syntax.
2017-11-15 18:12:29 -06:00
..
controllers Updates per code review 2017-11-11 14:37:23 -06:00
helpers Merge branch 'master' into gs-master 2017-10-27 09:45:25 -05:00
javascript Merge pull request #212 from aschmitz/feat/mute-reblogs 2017-11-15 12:01:17 -05:00
lib Match keyword mute filter on hashtags. #208. 2017-11-15 18:12:29 -06:00
mailers
models Match keyword mute filter on hashtags. #208. 2017-11-15 18:12:29 -06:00
policies
presenters
serializers Merge branch 'master' into gs-master 2017-10-27 09:45:25 -05:00
services Updates per code review 2017-11-11 14:37:23 -06:00
validators
views Merge branch 'master' into gs-master 2017-10-27 09:45:25 -05:00
workers