mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Fix "Show thread" not being shown, link to thread
This commit is contained in:
parent
813cfefbb4
commit
de8fe659ff
2 changed files with 5 additions and 4 deletions
|
|
@ -272,5 +272,5 @@ proc renderTweet*(tweet: Tweet; prefs: Prefs; path: string; class="";
|
|||
renderStats(tweet.stats, views)
|
||||
|
||||
if showThread:
|
||||
a(class="show-thread", href=getLink(tweet)):
|
||||
a(class="show-thread", href=("/i/status/" & $tweet.threadId)):
|
||||
text "Show this thread"
|
||||
|
|
|
|||
Loading…
Reference in a new issue