forked from Mirrors/elk
add comments
This commit is contained in:
parent
498f54a3de
commit
e720a88ecd
1 changed files with 2 additions and 0 deletions
|
@ -31,9 +31,11 @@ function removeFilteredItems(items: mastodon.v1.Status[], context: mastodon.v1.F
|
||||||
return false
|
return false
|
||||||
|
|
||||||
// if (!mutual && ??)
|
// if (!mutual && ??)
|
||||||
|
// This would require a lookup of the user's followers
|
||||||
// return false
|
// return false
|
||||||
|
|
||||||
// if (!tag && ??)
|
// if (!tag && ??)
|
||||||
|
// This would require a lookup of the user's tags
|
||||||
// return false
|
// return false
|
||||||
|
|
||||||
return true
|
return true
|
||||||
|
|
Loading…
Reference in a new issue