diff options
Diffstat (limited to 'internal/processing/status/fave.go')
-rw-r--r-- | internal/processing/status/fave.go | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/internal/processing/status/fave.go b/internal/processing/status/fave.go index 3686eb96f..dd5d338b3 100644 --- a/internal/processing/status/fave.go +++ b/internal/processing/status/fave.go @@ -62,10 +62,7 @@ func (p *processor) Fave(ctx context.Context, requestingAccount *gtsmodel.Accoun } if newFave { - thisFaveID, err := id.NewULID() - if err != nil { - return nil, gtserror.NewErrorInternalError(err) - } + thisFaveID := id.NewULID() // we need to create a new fave in the database gtsFave := >smodel.StatusFave{ |