diff options
Diffstat (limited to 'internal/processing/workers/surfacenotify.go')
-rw-r--r-- | internal/processing/workers/surfacenotify.go | 2 |
1 files changed, 1 insertions, 1 deletions
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, |