Merge remote-tracking branch 'parent/main' into upstream-20240304
This commit is contained in:
commit
42b5727723
147 changed files with 1529 additions and 958 deletions
|
@ -493,7 +493,7 @@ class User < ApplicationRecord
|
|||
BootstrapTimelineWorker.perform_async(account_id)
|
||||
ActivityTracker.increment('activity:accounts:local')
|
||||
ActivityTracker.record('activity:logins', id)
|
||||
UserMailer.welcome(self).deliver_later
|
||||
UserMailer.welcome(self).deliver_later(wait: 1.hour)
|
||||
TriggerWebhookWorker.perform_async('account.approved', 'Account', account_id)
|
||||
reset_registration_limit_caches!
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue