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 --- testrig/testmodels.go | 1 + 1 file changed, 1 insertion(+) (limited to 'testrig/testmodels.go') diff --git a/testrig/testmodels.go b/testrig/testmodels.go index 171851d09..ea3d96a04 100644 --- a/testrig/testmodels.go +++ b/testrig/testmodels.go @@ -2558,6 +2558,7 @@ func NewTestLists() map[string]*gtsmodel.List { Title: "Cool Ass Posters From This Instance", AccountID: "01F8MH1H7YV1Z7D2C8K2730QBF", RepliesPolicy: gtsmodel.RepliesPolicyFollowed, + Exclusive: util.Ptr(false), }, } } -- cgit v1.2.3