mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Limit search length
This commit is contained in:
parent
5510330f70
commit
f707826241
3 changed files with 5 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ import asyncdispatch, strutils
|
|||
import jester
|
||||
|
||||
import router_utils, timeline
|
||||
import ".."/[cache, agents, search]
|
||||
import ".."/[cache, agents, query]
|
||||
import ../views/general
|
||||
|
||||
include "../views/rss.nimf"
|
||||
|
|
|
|||
Loading…
Reference in a new issue