mirror of
https://github.com/zedeus/nitter
synced 2024-11-23 02:16:32 +01:00
Fix replying-to username links
This commit is contained in:
parent
45afa5509a
commit
4c37e93314
@ -113,7 +113,7 @@
|
||||
#end proc
|
||||
#
|
||||
#proc renderReply(tweet: Tweet | Quote): string =
|
||||
#let usernames = tweet.reply.mapIt(&"""<a href="{it}">@{it}</a>""")
|
||||
#let usernames = tweet.reply.mapIt(&"""<a href="/{it}">@{it}</a>""")
|
||||
<div class="replying-to">Replying to ${usernames.join(" ")}</div>
|
||||
#end proc
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user