summaryrefslogtreecommitdiff
path: root/internal/processing/workers/util.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/processing/workers/util.go')
-rw-r--r--internal/processing/workers/util.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/processing/workers/util.go b/internal/processing/workers/util.go
index b9787456a..3c17eaaf5 100644
--- a/internal/processing/workers/util.go
+++ b/internal/processing/workers/util.go
@@ -561,7 +561,7 @@ func (u *utils) requestFave(
return gtserror.Newf("db error storing interaction request: %w", err)
}
- // Notify *local* account of pending announce.
+ // Notify *local* account of pending fave.
if err := u.surface.notifyPendingFave(ctx, fave); err != nil {
return gtserror.Newf("error notifying pending fave: %w", err)
}