diff options
| author | 2024-02-27 13:22:05 +0100 | |
|---|---|---|
| committer | 2024-02-27 12:22:05 +0000 | |
| commit | 9cadc764b389df970c767608e7a061f3bd777dfa (patch) | |
| tree | e49218fff3af5800b5305720a04a4f74e7b5c2cb /internal/processing/timeline/list.go | |
| parent | [chore]: Bump github.com/tdewolff/minify/v2 from 2.20.17 to 2.20.18 (#2689) (diff) | |
| download | gotosocial-9cadc764b389df970c767608e7a061f3bd777dfa.tar.xz | |
[feature] Add experimental `instance-federation-spam-filter` option (#2685)
* [chore] Move `visibility` to `filter/visibility`
* [feature] Add experimental instance-federation-spam-filter option
Diffstat (limited to 'internal/processing/timeline/list.go')
| -rw-r--r-- | internal/processing/timeline/list.go | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/internal/processing/timeline/list.go b/internal/processing/timeline/list.go index 64de288db..7356d1978 100644 --- a/internal/processing/timeline/list.go +++ b/internal/processing/timeline/list.go @@ -23,6 +23,7 @@ import (  	apimodel "github.com/superseriousbusiness/gotosocial/internal/api/model"  	"github.com/superseriousbusiness/gotosocial/internal/db" +	"github.com/superseriousbusiness/gotosocial/internal/filter/visibility"  	"github.com/superseriousbusiness/gotosocial/internal/gtserror"  	"github.com/superseriousbusiness/gotosocial/internal/gtsmodel"  	"github.com/superseriousbusiness/gotosocial/internal/oauth" @@ -30,7 +31,6 @@ import (  	"github.com/superseriousbusiness/gotosocial/internal/timeline"  	"github.com/superseriousbusiness/gotosocial/internal/typeutils"  	"github.com/superseriousbusiness/gotosocial/internal/util" -	"github.com/superseriousbusiness/gotosocial/internal/visibility"  )  // ListTimelineGrab returns a function that satisfies GrabFunction for list timelines. | 
