BUGFIX: Fix quoted tweets in pinned tweets

This commit is contained in:
Alessio 2024-03-24 16:13:56 -07:00
parent 6a9d8becba
commit 4cc490df6a

View File

@ -28,7 +28,7 @@
<img class="svg-icon pinned-tweet__pin-icon" src="/static/icons/pin.svg" width="24" height="24" /> <img class="svg-icon pinned-tweet__pin-icon" src="/static/icons/pin.svg" width="24" height="24" />
<span>Pinned</span> <span>Pinned</span>
</div> </div>
{{template "tweet" (dict "TweetID" .PinnedTweet.ID "RetweetID" 0)}} {{template "tweet" (dict "TweetID" .PinnedTweet.ID "RetweetID" 0 "QuoteNestingLevel" 0)}}
</div> </div>
{{end}} {{end}}
{{template "timeline" .}} {{template "timeline" .}}