Move prev_content
to unsigned (#3524)
This commit is contained in:
parent
1e12b45f97
commit
7f200c53e8
9 changed files with 48 additions and 9 deletions
|
@ -28,6 +28,9 @@
|
|||
{{ if (index $event_data "x-addedInMatrixVersion") }}
|
||||
{{ partial "added-in" (dict "v" (index $event_data "x-addedInMatrixVersion")) }}
|
||||
{{ end }}
|
||||
{{ if (index $event_data "x-changedInMatrixVersion") }}
|
||||
{{ partial "changed-in" (dict "changes_dict" (index $event_data "x-changedInMatrixVersion")) }}
|
||||
{{ end -}}
|
||||
|
||||
{{ $event_data.description | markdownify }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue