mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-25 20:14:09 +02:00
Order the status API before presence lists because it is more important.
This commit is contained in:
parent
25563281d9
commit
c42bfabaad
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue