Fix missing post text in noscript post view (#981)
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user