diff options
author | 2021-05-08 14:25:23 +0200 | |
---|---|---|
committer | 2021-05-08 14:25:23 +0200 | |
commit | ac9adb172b09882b12659a3e43a94d724eb65378 (patch) | |
tree | 0f97edf4377f406df321054d26e731ff5dcc6667 /testrig/testmodels.go | |
parent | make boosts work woo (#12) (diff) | |
download | gotosocial-ac9adb172b09882b12659a3e43a94d724eb65378.tar.xz |
Revert "make boosts work woo (#12)" (#15)
This reverts commit 9616f46424363adbc124da52c6728ca047506403.
Diffstat (limited to 'testrig/testmodels.go')
-rw-r--r-- | testrig/testmodels.go | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/testrig/testmodels.go b/testrig/testmodels.go index 2953ee59c..0d95ef21d 100644 --- a/testrig/testmodels.go +++ b/testrig/testmodels.go @@ -962,30 +962,6 @@ func NewTestStatuses() map[string]*gtsmodel.Status { }, ActivityStreamsType: gtsmodel.ActivityStreamsNote, }, - "local_account_2_status_4": { - ID: "57e41a35-20da-4bc9-9cfd-db2089f924db", - URI: "http://localhost:8080/users/1happyturtle/statuses/57e41a35-20da-4bc9-9cfd-db2089f924db", - URL: "http://localhost:8080/@1happyturtle/statuses/57e41a35-20da-4bc9-9cfd-db2089f924db", - Content: "🐢 this is a public status but I want it local only and not boostable 🐢", - CreatedAt: time.Now().Add(-1 * time.Minute), - UpdatedAt: time.Now().Add(-1 * time.Minute), - Local: true, - AccountID: "eecaad73-5703-426d-9312-276641daa31e", - InReplyToID: "", - BoostOfID: "", - ContentWarning: "", - Visibility: gtsmodel.VisibilityPublic, - Sensitive: true, - Language: "en", - CreatedWithApplicationID: "6b0cd164-8497-4cd5-bec9-957886fac5df", - VisibilityAdvanced: >smodel.VisibilityAdvanced{ - Federated: false, - Boostable: false, - Replyable: true, - Likeable: true, - }, - ActivityStreamsType: gtsmodel.ActivityStreamsNote, - }, } } |