mirror of
https://github.com/zedeus/nitter.git
synced 2026-04-15 10:12:09 -04:00
@@ -44,7 +44,7 @@ proc createStatusRouter*(cfg: Config) =
|
||||
desc = conv.tweet.text
|
||||
|
||||
var
|
||||
images = conv.tweet.photos
|
||||
images = conv.tweet.photos.mapIt(it.url)
|
||||
video = ""
|
||||
|
||||
if conv.tweet.video.isSome():
|
||||
|
||||
Reference in New Issue
Block a user