mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Add tweet focus to referer paths
This commit is contained in:
parent
0b5c15ce67
commit
c3ce397280
2 changed files with 3 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ proc createStatusRouter*(cfg: Config) =
|
|||
let
|
||||
title = pageTitle(conversation.tweet.profile)
|
||||
desc = conversation.tweet.text
|
||||
html = renderConversation(conversation, prefs, getPath())
|
||||
html = renderConversation(conversation, prefs, getPath() & "#m")
|
||||
|
||||
if conversation.tweet.video.isSome():
|
||||
let thumb = get(conversation.tweet.video).thumb
|
||||
|
|
|
|||
Loading…
Reference in a new issue