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
@ -143,10 +143,10 @@ Filter =
unless hl and result.class in hl
(hl or= []).push result.class
top or= result.top
if result.noti
noti = true
if result.noti
noti = true
if hide
{hide, stub, noti}
{hide, stub}
else
{hl, top, noti}