Fix multi-user timeline buttons
This commit is contained in:
		
							parent
							
								
									105884ca4e
								
							
						
					
					
						commit
						b1afa2168a
					
				| 
						 | 
				
			
			@ -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
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue