BUGFIX: Fix quoted tweets in pinned tweets
This commit is contained in:
parent
6a9d8becba
commit
4cc490df6a
@ -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" .}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user