mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
NewPostManager
determines whether to queue a post or not
This commit is contained in:
@@ -11,7 +11,6 @@ class PostEnqueuer
|
||||
end
|
||||
|
||||
def enqueue(args)
|
||||
|
||||
queued_post = QueuedPost.new(queue: @queue,
|
||||
state: QueuedPost.states[:new],
|
||||
user_id: @user.id,
|
||||
|
Reference in New Issue
Block a user