This repository has been archived on 2023-07-01. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/app/models/glitch
David Yip 37d495eeeb
keyword mute: Store keywords as a list
This has a couple of advantages over the regex approach:

- Keywords are individually addressable, which makes it easier to gather
  statistics (#363)
- Keywords can be individually applied to different feeds, e.g. skipping
  mentions (#454)

It *does* end up creating many more Regexp objects.  I'm not yet sure if
the difference is significant.
2018-06-03 18:12:55 -05:00
..
keyword_mute.rb keyword mute: Store keywords as a list 2018-06-03 18:12:55 -05:00
keyword_mute_helper.rb Use Html2Text to generate plaintext for keyword mutes. #236. 2018-02-10 10:36:16 -06:00