mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
NewPostManager
determines whether to queue a post or not
This commit is contained in:
parent
a5ee45ccbe
commit
19a9a8b408
15 changed files with 354 additions and 83 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue