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

master
Claire 2022-02-23 19:43:34 +01:00
commit 55692978ec
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class BootstrapTimelineService < BaseService
def notify_staff!
User.staff.includes(:account).find_each do |user|
NotifyService.new.call(user.account, :'admin.new_user', @source_account)
NotifyService.new.call(user.account, :'admin.sign_up', @source_account)
end
end
end