Merge pull request #1632 from uhoreg/fix_room_member_state_key

fix handling of multi-line state key descriptions
This commit is contained in:
Travis Ralston 2018-08-31 14:38:58 -06:00 committed by GitHub
commit 84a2b7f3c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
{% if (event.typeof | length) %} {% if (event.typeof | length) %}
*{{event.typeof}}* *{{event.typeof}}*
{{event.typeof_info}} {{event.typeof_info | indent_block(4)}}
{% endif -%} {% endif -%}