Fix multi-user timelines
This commit is contained in:
		
							parent
							
								
									735b30c2da
								
							
						
					
					
						commit
						32e3469e3a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -60,7 +60,7 @@ proc genQueryParam*(query: Query): string =
 | 
				
			||||||
      param &= "OR "
 | 
					      param &= "OR "
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if query.fromUser.len > 0 and query.kind in {posts, media}:
 | 
					  if query.fromUser.len > 0 and query.kind in {posts, media}:
 | 
				
			||||||
    param &= "filter:self_threads OR-filter:replies "
 | 
					    param &= "filter:self_threads OR -filter:replies "
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if "nativeretweets" notin query.excludes:
 | 
					  if "nativeretweets" notin query.excludes:
 | 
				
			||||||
    param &= "include:nativeretweets "
 | 
					    param &= "include:nativeretweets "
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue