summaryrefslogtreecommitdiff
path: root/internal/gtsmodel/statusmute.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/gtsmodel/statusmute.go')
-rw-r--r--internal/gtsmodel/statusmute.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/gtsmodel/statusmute.go b/internal/gtsmodel/statusmute.go
index b8aca1c7a..a6f895a29 100644
--- a/internal/gtsmodel/statusmute.go
+++ b/internal/gtsmodel/statusmute.go
@@ -19,7 +19,7 @@ package gtsmodel
import "time"
-// StatusMute refers to one account having muted the status of another account or its own.
+// StatusMute IS DEPRECATED -- USE THREADMUTE INSTEAD NOW! THIS TABLE DOESN'T EXIST ANYMORE!
type StatusMute struct {
ID string `bun:"type:CHAR(26),pk,nullzero,notnull,unique"` // id of this item in the database
CreatedAt time.Time `bun:"type:timestamptz,nullzero,notnull,default:current_timestamp"` // when was item created