Fix missing post text in noscript post view (#981)

zio/stable
Jonty Wareing 2023-07-06 18:12:00 +01:00 committed by GitHub
parent edb37e2c06
commit f05c2f06d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,6 +43,6 @@
<p id="bsky_display_name">{{ postView.Author.DisplayName }}</p>
<p id="bsky_handle">{{ postView.Author.Handle }}</p>
<p id="bsky_did">{{ postView.Author.Did }}</p>
<p id="bsky_post_text">{{ postView.Record.Text }}</p>
<p id="bsky_post_text">{{ postView.Record.Val.Text }}</p>
</div>
{%- endblock %}