Fix msgtype display
This commit is contained in:
parent
071edcd86e
commit
c00abe9f2f
2 changed files with 2 additions and 2 deletions
|
@ -136,7 +136,7 @@ class MatrixSections(Sections):
|
|||
if not event_name.startswith("m.room.message#m."):
|
||||
continue
|
||||
sections.append(template.render(
|
||||
example=examples[event_name],
|
||||
example=examples[event_name][0],
|
||||
event=schemas[event_name],
|
||||
title_kind=subtitle_title_char
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue