mirror of
https://github.com/tuskyapp/Tusky
synced 2024-12-26 00:34:02 +01:00
apply the home filter to lists (#1991)
This commit is contained in:
parent
fef4b8b07f
commit
f917a5aa4b
@ -392,6 +392,7 @@ public class TimelineFragment extends SFragment implements
|
||||
// home, notifications, public, thread
|
||||
switch (kind) {
|
||||
case HOME:
|
||||
case LIST:
|
||||
return filterContext.contains(Filter.HOME);
|
||||
case PUBLIC_FEDERATED:
|
||||
case PUBLIC_LOCAL:
|
||||
|
Loading…
Reference in New Issue
Block a user