Fix multi-user timeline buttons

This commit is contained in:
Zed 2019-08-08 19:19:27 +02:00
parent 105884ca4e
commit b1afa2168a
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,8 @@ proc genQueryParam*(query: Query): string =
return strip(param & filters.join(&" {query.sep} "))
proc genQueryUrl*(query: Query): string =
if query.kind == multi: return "?"
result = &"/{query.kind}?"
if query.kind != custom: return