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