MA-1359 & MA-1457 DiscussionAPI: return response_count for thread GET/POST

This commit is contained in:
wajeeha-khalid
2015-10-13 17:45:28 +05:00
parent 450e625d97
commit a3c6faefc5
7 changed files with 18 additions and 20 deletions

View File

@@ -329,9 +329,9 @@ def make_minimal_cs_thread(overrides=None):
"comments_count": 0,
"unread_comments_count": 0,
"children": [],
"resp_total": 0,
"read": False,
"endorsed": False,
"resp_total": 0,
}
ret.update(overrides or {})
return ret