diff --git a/internal/processing/workers/surfacenotify.go b/internal/processing/workers/surfacenotify.go index 2dc60023c..39798f45e 100644 --- a/internal/processing/workers/surfacenotify.go +++ b/internal/processing/workers/surfacenotify.go @@ -320,7 +320,7 @@ func (s *surface) notifyPollClose(ctx context.Context, status *gtsmodel.Status) // notify voter that // poll has been closed. if err := s.notify(ctx, - gtsmodel.NotificationMention, + gtsmodel.NotificationPoll, vote.Account, status.Account, status.ID,