mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 05:46:15 -06:00
fix panic wording
This commit is contained in:
parent
4dd9c00cac
commit
c913f604bf
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue