You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To get this information, I think we'll have to move from a single regex that matches any muted keyword to one check per keyword. There might be some fancy tricks we can play with regex groups to match a keyword mute to a Glitch::KeywordMute, but I'm not sure said tricks would be worth the cost we'd pay in clarity.
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.
One should be able to see the following information on their keyword mutes:
The text was updated successfully, but these errors were encountered: