mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-19 12:57:29 -06:00
linting
This commit is contained in:
parent
72c91c92d0
commit
932702fbe1
5 changed files with 21 additions and 23 deletions
|
|
@ -117,7 +117,7 @@ func (p *processor) dereferenceStatusFields(status *gtsmodel.Status) error {
|
|||
// This should be enough to pass along to the media processor.
|
||||
attachmentIDs := []string{}
|
||||
for _, a := range status.GTSMediaAttachments {
|
||||
l.Debug("dereferencing attachment: %+v", a)
|
||||
l.Debugf("dereferencing attachment: %+v", a)
|
||||
|
||||
// it might have been processed elsewhere so check first if it's already in the database or not
|
||||
maybeAttachment := >smodel.MediaAttachment{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue