mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Merge pull request #1632 from uhoreg/fix_room_member_state_key
fix handling of multi-line state key descriptions
This commit is contained in:
commit
84a2b7f3c0
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
{% if (event.typeof | length) %}
|
||||
*{{event.typeof}}*
|
||||
{{event.typeof_info}}
|
||||
{{event.typeof_info | indent_block(4)}}
|
||||
|
||||
{% endif -%}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue