mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 07:34:18 +08:00
Make prettier happy.
This commit is contained in:
parent
9a7a079f4d
commit
71908cd634
|
@ -177,7 +177,10 @@ export default function transformPost(
|
|||
|
||||
const postStream = topic.get("postStream");
|
||||
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.hasTopicSummary = topic.has_summary || topic.force_summary_mode;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user