I'm using
{% get_threaded_comment_tree for OBJECT [TREE_ROOT] as CONTEXT_VAR %}:
to get a list of all my comments for a specific object. This works great, but I want to get the most recent on the top of my list. By default this returns the oldest on the top of the list. Any ideas on how can I achieve this.