Fix multi-user timeline buttons
This commit is contained in:
parent
105884ca4e
commit
b1afa2168a
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,8 @@ proc genQueryParam*(query: Query): string =
|
||||||
return strip(param & filters.join(&" {query.sep} "))
|
return strip(param & filters.join(&" {query.sep} "))
|
||||||
|
|
||||||
proc genQueryUrl*(query: Query): string =
|
proc genQueryUrl*(query: Query): string =
|
||||||
|
if query.kind == multi: return "?"
|
||||||
|
|
||||||
result = &"/{query.kind}?"
|
result = &"/{query.kind}?"
|
||||||
if query.kind != custom: return
|
if query.kind != custom: return
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue