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:
Kegan Dougal 2015-06-02 16:27:52 +01:00
parent 71e200a063
commit e572cc662a
4 changed files with 15 additions and 18 deletions

View file

@ -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):