need to check a few more keys for all the filters
Ted Unangst tedu@tedunangst.com
Wed, 01 Jan 2020 22:33:04 -0500
1 files changed,
3 insertions(+),
0 deletions(-)
jump to
M
hfcs.go
→
hfcs.go
@@ -330,9 +330,12 @@ var m arejectmap
rejectcache.Get(xonk.UserID, &m) filts := m[rejectAnyKey] filts = append(filts, m[xonk.Honker]...) + filts = append(filts, m[originate(xonk.Honker)]...) filts = append(filts, m[xonk.Oonker]...) + filts = append(filts, m[originate(xonk.Oonker)]...) for _, a := range xonk.Audience { filts = append(filts, m[a]...) + filts = append(filts, m[originate(a)]...) } for _, f := range filts { if cause := matchfilterX(xonk, f); cause != "" {