- changed status to on hold
- Tag with
,
symbol in it cannot be edited. - Message that looks like
/…./
will be interpreted as regex and if the regex is invalid - won’t be added to filters.
,
symbol in it cannot be edited./…./
will be interpreted as regex and if the regex is invalid - won’t be added to filters.
PR #21: Quick filters with escaping
This is a bit ugly solution with regard to regexes: it uses built-in regex quoting if message or tag looks like regex pattern itself.
Blocked on
#153