From 5bc567196bf2204272950c525e8592e56057c3bd Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Thu, 11 Jul 2024 16:44:29 +0200 Subject: [chore] Add interaction policy gtsmodels (#3075) * [chore] introduce interaction policy gts models * update migration a smidge * fix copy paste typo * update migration * use int for InteractionType --- internal/api/model/status.go | 6 ------ 1 file changed, 6 deletions(-) (limited to 'internal/api/model') diff --git a/internal/api/model/status.go b/internal/api/model/status.go index 9098cb59d..0d925d211 100644 --- a/internal/api/model/status.go +++ b/internal/api/model/status.go @@ -230,12 +230,6 @@ type AdvancedStatusCreateForm struct { type AdvancedVisibilityFlagsForm struct { // This status will be federated beyond the local timeline(s). Federated *bool `form:"federated" json:"federated" xml:"federated"` - // This status can be boosted/reblogged. - Boostable *bool `form:"boostable" json:"boostable" xml:"boostable"` - // This status can be replied to. - Replyable *bool `form:"replyable" json:"replyable" xml:"replyable"` - // This status can be liked/faved. - Likeable *bool `form:"likeable" json:"likeable" xml:"likeable"` } // StatusContentType is the content type with which to parse the submitted status. -- cgit v1.2.3