1
0
mirror of https://github.com/zedeus/nitter.git synced 2025-12-08 04:55:37 -05:00

Add time range to search panel

This commit is contained in:
Zed
2019-09-19 22:11:38 +02:00
parent 70f89a9502
commit 8324508b2c
6 changed files with 72 additions and 13 deletions

View File

@@ -66,6 +66,8 @@ type
includes*: seq[string]
excludes*: seq[string]
fromUser*: seq[string]
since*: string
until*: string
sep*: string
Result*[T] = ref object