Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Jonty Wareing and committed by
GitHub
f05c2f06 edb37e2c

+1 -1
+1 -1
bskyweb/templates/post.html
··· 43 43 <p id="bsky_display_name">{{ postView.Author.DisplayName }}</p> 44 44 <p id="bsky_handle">{{ postView.Author.Handle }}</p> 45 45 <p id="bsky_did">{{ postView.Author.Did }}</p> 46 - <p id="bsky_post_text">{{ postView.Record.Text }}</p> 46 + <p id="bsky_post_text">{{ postView.Record.Val.Text }}</p> 47 47 </div> 48 48 {%- endblock %}