Don't hide posts with notification filters. #2231

This commit is contained in:
ccd0 2019-03-18 21:58:22 -07:00
parent 24f1458a73
commit 28dc40b1d4

View File

@ -106,7 +106,7 @@ Filter =
(value) -> regexp.test value
settings =
hide: !hl
hide: !(hl or noti)
stub: stub
class: hl
top: top
@ -146,7 +146,7 @@ Filter =
if result.noti
noti = true
if hide
{hide, stub, noti}
{hide, stub}
else
{hl, top, noti}