From 540edef0c20dad4ea13d8af091ccf69796b848b6 Mon Sep 17 00:00:00 2001 From: Vyr Cossont Date: Mon, 9 Sep 2024 15:56:58 -0700 Subject: [feature] Implement exclusive lists (#3280) Fixes #2616 --- internal/filter/visibility/home_timeline.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/filter') diff --git a/internal/filter/visibility/home_timeline.go b/internal/filter/visibility/home_timeline.go index 9c224ffbb..37348e71d 100644 --- a/internal/filter/visibility/home_timeline.go +++ b/internal/filter/visibility/home_timeline.go @@ -31,6 +31,7 @@ import ( ) // StatusHomeTimelineable checks if given status should be included on owner's home timeline. Primarily relying on status visibility to owner and the AP visibility setting, but also taking into account thread replies etc. +// Despite the name, statuses that ultimately end up in exclusive lists also need to be home-timelineable. func (f *Filter) StatusHomeTimelineable(ctx context.Context, owner *gtsmodel.Account, status *gtsmodel.Status) (bool, error) { const vtype = cache.VisibilityTypeHome -- cgit v1.2.3