fix panic wording

This commit is contained in:
kim 2024-11-29 16:53:11 +00:00
commit c913f604bf

View file

@ -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.