diff --git a/internal/gtsmodel/status.go b/internal/gtsmodel/status.go index 2de182007..4c65d8a88 100644 --- a/internal/gtsmodel/status.go +++ b/internal/gtsmodel/status.go @@ -277,7 +277,7 @@ func (s *Status) AllAttachmentIDs() []string { var total int if len(s.EditIDs) != len(s.Edits) { - panic("status attachments not populated") + panic("status edits not populated") } // Get count of attachment IDs.