mirror of
https://github.com/zedeus/nitter.git
synced 2026-04-16 02:32:14 -04:00
Fix search repeating when the end has been reached
This commit is contained in:
@@ -27,7 +27,7 @@ proc createStatusRouter*(cfg: Config) =
|
||||
if @"scroll".len > 0:
|
||||
let replies = await getReplies(id, getCursor())
|
||||
if replies.content.len == 0:
|
||||
resp Http404, ""
|
||||
resp Http204
|
||||
resp $renderReplies(replies, prefs, getPath())
|
||||
|
||||
let conv = await getTweet(id, getCursor())
|
||||
|
||||
Reference in New Issue
Block a user