diff --git a/templating/matrix_templates/sections.py b/templating/matrix_templates/sections.py index 336a62d6..af3aec94 100644 --- a/templating/matrix_templates/sections.py +++ b/templating/matrix_templates/sections.py @@ -85,7 +85,9 @@ class MatrixSections(Sections): def render_presence_http_api(self): return self._render_http_api_group( - "presence", title_kind="+" + "presence", + sortFnOrPathList=["status"], + title_kind="+" ) def render_room_events(self):