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:
@@ -177,7 +177,10 @@ export default function transformPost(
|
|||||||
|
|
||||||
const postStream = topic.get("postStream");
|
const postStream = topic.get("postStream");
|
||||||
postAtts.userFilters = postStream.userFilters;
|
postAtts.userFilters = postStream.userFilters;
|
||||||
postAtts.topicSummaryEnabled = postStream.summary || topic.force_summary_mode;
|
|
||||||
|
postAtts.topicSummaryEnabled =
|
||||||
|
postStream.summary || topic.force_summary_mode;
|
||||||
|
|
||||||
postAtts.topicWordCount = topic.word_count;
|
postAtts.topicWordCount = topic.word_count;
|
||||||
postAtts.hasTopicSummary = topic.has_summary || topic.force_summary_mode;
|
postAtts.hasTopicSummary = topic.has_summary || topic.force_summary_mode;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user