mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 01:27:15 +08:00
PERF: Move post alerting into async
This commit is contained in:
@ -129,7 +129,6 @@ class PostCreator
|
||||
|
||||
if @post && errors.blank?
|
||||
publish
|
||||
PostAlerter.post_created(@post) unless @opts[:import_mode]
|
||||
|
||||
track_latest_on_category
|
||||
enqueue_jobs
|
||||
|
Reference in New Issue
Block a user