Name |
Last commit
|
Last update |
---|---|---|
.. | ||
__init__.py | ||
comment.py | ||
comment_client.py | ||
commentable.py | ||
models.py | ||
requirements.txt | ||
settings.py | ||
thread.py | ||
user.py | ||
utils.py |
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.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
__init__.py | Loading commit data... | |
comment.py | Loading commit data... | |
comment_client.py | Loading commit data... | |
commentable.py | Loading commit data... | |
models.py | Loading commit data... | |
requirements.txt | Loading commit data... | |
settings.py | Loading commit data... | |
thread.py | Loading commit data... | |
user.py | Loading commit data... | |
utils.py | Loading commit data... |