Merge branch 'main' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2022-03-04 01:07:49 +01:00
24 changed files with 66 additions and 57 deletions

View File

@ -74,7 +74,7 @@ class FeedInsertWorker
end
def perform_notify
NotifyService.new.call(@follower, :status, @status)
LocalNotificationWorker.perform_async(@follower.id, @status.id, 'Status', 'status')
end
def update?