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

Add location field to search panel

This commit is contained in:
Zed
2019-09-19 23:36:21 +02:00
parent 8324508b2c
commit 62df60be78
7 changed files with 73 additions and 22 deletions

View File

@@ -68,6 +68,7 @@ type
fromUser*: seq[string]
since*: string
until*: string
near*: string
sep*: string
Result*[T] = ref object