remove unnecessary if statement
This commit is contained in:
parent
56d46e4058
commit
a2b28f677d
1 changed files with 1 additions and 3 deletions
|
@ -116,9 +116,7 @@ const Notification = {
|
|||
filtered (emoji) {
|
||||
var isFiltered = false
|
||||
|
||||
if (emoji.match(/.*:.*/)) {
|
||||
emoji = emoji.replaceAll(":", "")
|
||||
}
|
||||
emoji = emoji.replaceAll(":", "")
|
||||
|
||||
var reactionsFilterItems = this.$store.getters.mergedConfig.reactionsFilterItems.split("\n")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue