Add sync API yaml. Add template for sync_http_api.
This commit is contained in:
parent
bb9537b824
commit
0275c2ffa0
8 changed files with 387 additions and 5 deletions
|
@ -61,6 +61,11 @@ class MatrixSections(Sections):
|
|||
"profile", sortFn=sortFn, title_kind="+"
|
||||
)
|
||||
|
||||
def render_sync_http_api(self):
|
||||
return self._render_http_api_group(
|
||||
"sync"
|
||||
)
|
||||
|
||||
def render_room_events(self):
|
||||
def filterFn(eventType):
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue