diff options
Diffstat (limited to 'internal/gtsmodel/status.go')
-rw-r--r-- | internal/gtsmodel/status.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/gtsmodel/status.go b/internal/gtsmodel/status.go index 4c65d8a88..3a348bba4 100644 --- a/internal/gtsmodel/status.go +++ b/internal/gtsmodel/status.go @@ -281,7 +281,7 @@ func (s *Status) AllAttachmentIDs() []string { } // Get count of attachment IDs. - total += len(s.Attachments) + total += len(s.AttachmentIDs) for _, edit := range s.Edits { total += len(edit.AttachmentIDs) } |