mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 16:41:17 +08:00
NewPostManager
determines whether to queue a post or not
This commit is contained in:
@ -47,8 +47,6 @@ module Discourse
|
||||
# When ImageMagick is missing
|
||||
class ImageMagickMissing < StandardError; end
|
||||
|
||||
class InvalidPost < StandardError; end
|
||||
|
||||
# When read-only mode is enabled
|
||||
class ReadOnly < StandardError; end
|
||||
|
||||
|
Reference in New Issue
Block a user