mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
change it so all topics MUST include a category, we store a special uncategorized category to compensate
this cleans up a bunch of internals and removes some settings
This commit is contained in:
@@ -140,7 +140,6 @@ class PostCreator
|
||||
end
|
||||
|
||||
def after_topic_create
|
||||
|
||||
# Don't publish invisible topics
|
||||
return unless @topic.visible?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user