mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 22:27:49 +08:00
FEATURE: Category setting to make all topics wikis
FEATURE: Category setting to make all topics wikis
This commit is contained in:
@ -361,6 +361,9 @@ class PostCreator
|
||||
end
|
||||
@post.topic_id = @topic.id
|
||||
@post.topic = @topic
|
||||
if @topic && @topic.category && @topic.category.all_topics_wiki
|
||||
@post.wiki = true
|
||||
end
|
||||
end
|
||||
|
||||
def update_topic_stats
|
||||
|
Reference in New Issue
Block a user