Fix missing post text in noscript post view (#981)
parent
edb37e2c06
commit
f05c2f06d6
|
@ -43,6 +43,6 @@
|
||||||
<p id="bsky_display_name">{{ postView.Author.DisplayName }}</p>
|
<p id="bsky_display_name">{{ postView.Author.DisplayName }}</p>
|
||||||
<p id="bsky_handle">{{ postView.Author.Handle }}</p>
|
<p id="bsky_handle">{{ postView.Author.Handle }}</p>
|
||||||
<p id="bsky_did">{{ postView.Author.Did }}</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>
|
</div>
|
||||||
{%- endblock %}
|
{%- endblock %}
|
||||||
|
|
Loading…
Reference in New Issue