Move prev_content to unsigned (#3524)

This commit is contained in:
Richard van der Hoff 2021-12-02 17:22:58 +00:00 committed by GitHub
parent 1e12b45f97
commit 7f200c53e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 48 additions and 9 deletions

View file

@ -42,6 +42,9 @@
{{ if (index $operation_data "x-addedInMatrixVersion") }}
{{ partial "added-in" (dict "v" (index $operation_data "x-addedInMatrixVersion")) }}
{{ end }}
{{ if (index $operation_data "x-changedInMatrixVersion") }}
{{ partial "changed-in" (dict "changes_dict" (index $operation_data "x-changedInMatrixVersion")) }}
{{ end -}}
<p>{{ $operation_data.description | markdownify }}</p>