From c913f604bf17c4331a68f0c8e5a2989689b0353e Mon Sep 17 00:00:00 2001 From: kim Date: Fri, 29 Nov 2024 16:53:11 +0000 Subject: [PATCH] fix panic wording --- internal/gtsmodel/status.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.