Make prettier happy.

This commit is contained in:
Guo Xiang Tan
2018-06-21 15:37:24 +08:00
parent 9a7a079f4d
commit 71908cd634

View File

@@ -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;
} }