Files
edx-platform/lms/djangoapps
Toby Lawrence 26891bc0fd Default to not requesting responses when grabbing a single thread.
We're often grabbing the metadata of a specific thread to then be able
to perform other operations, but we never need the actual responses or
comments of a thread unless we're displaying it in the normal forum
view.

This change sets a default of with_responses=False, which instructs the
comment service to not send back the responses/comments for the given
thread.  We only ask for responses in the case of rendering a single
thread or inline discussion.
2016-09-07 23:17:11 -04:00
..
2016-08-24 08:43:38 +02:00
2016-08-03 12:44:41 -04:00
2016-08-23 13:12:36 -04:00
2015-04-28 10:23:10 -04:00
2016-08-03 12:44:41 -04:00
2015-12-02 15:03:52 -05:00
2016-08-05 15:29:20 -04:00
2016-08-03 12:44:41 -04:00