Fix runIgnoreReplaces fall into infinity loop (#2151)

* Fix `runIgnoreReplaces` fall into infinity loop

The regex pattern was not checked for emptiness, which led to an endless
loop

* Update CHANGELOG.md

Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
fanway
2020-11-05 01:11:17 +03:00
committed by GitHub
parent 7d199c1329
commit f36c0fee97
2 changed files with 6 additions and 5 deletions
+1
View File
@@ -44,6 +44,7 @@
- Bugfix: Fix Tab key not working in the Ctrl+K Quick Switcher (#2065)
- Bugfix: Fix bug preventing moderator actions when viewing a user card from the search window (#1089)
- Bugfix: Fix `:` emote completion menu ignoring emote capitalization (#1962)
- Bugfix: Fix a bug that caused `Ignore page` to fall into an infinity loop with an empty pattern and regex enabled (#2125)
## 2.2.0