mirror of
https://github.com/discourse/discourse.git
synced 2026-08-11 13:35:20 -05:00
Revert "Merge branch 'master' of https://github.com/discourse/discourse"
This reverts commite62a85cf6f, reversing changes made to2660c2e21d.
This commit is contained in:
+5
-1
@@ -567,7 +567,11 @@ class PostRevisor
|
||||
end
|
||||
|
||||
def update_topic_excerpt
|
||||
@topic.update_excerpt(@post.excerpt_for_topic)
|
||||
excerpt = @post.excerpt_for_topic
|
||||
@topic.update_column(:excerpt, excerpt)
|
||||
if @topic.archetype == "banner"
|
||||
ApplicationController.banner_json_cache.clear
|
||||
end
|
||||
end
|
||||
|
||||
def update_category_description
|
||||
|
||||
Reference in New Issue
Block a user