mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Make prettier happy.
This commit is contained in:
@@ -179,7 +179,7 @@ export default function transformPost(
|
||||
postAtts.userFilters = postStream.userFilters;
|
||||
|
||||
if (topic.force_summary_mode) {
|
||||
postStream.set('summary', topic.force_summary_mode);
|
||||
postStream.set("summary", topic.force_summary_mode);
|
||||
}
|
||||
|
||||
postAtts.topicSummaryEnabled = postStream.summary;
|
||||
|
||||
Reference in New Issue
Block a user