Restructure the first few sections.
Remove unecessary sections; put presnece/profile sections on the right level. Move Living Standard warning to the top of the Introduction section.
This commit is contained in:
parent
71e200a063
commit
e572cc662a
4 changed files with 15 additions and 18 deletions
|
@ -75,7 +75,7 @@ class MatrixSections(Sections):
|
|||
return self._render_http_api_group(
|
||||
"profile",
|
||||
sortFnOrPathList=["displayname", "avatar_url"],
|
||||
title_kind="+"
|
||||
title_kind="~"
|
||||
)
|
||||
|
||||
def render_sync_http_api(self):
|
||||
|
@ -87,7 +87,7 @@ class MatrixSections(Sections):
|
|||
return self._render_http_api_group(
|
||||
"presence",
|
||||
sortFnOrPathList=["status"],
|
||||
title_kind="+"
|
||||
title_kind="~"
|
||||
)
|
||||
|
||||
def render_room_events(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue