Disable ORDER for now
This commit is contained in:
		
							parent
							
								
									0e8047c948
								
							
						
					
					
						commit
						2c787998c2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -939,7 +939,7 @@ impl NostrSqlite {
 | 
			
		|||
                        self.get_filter_query(filter),
 | 
			
		||||
                        sea_query::Alias::new("events"),
 | 
			
		||||
                    )
 | 
			
		||||
                    .order_by(EventsTable::CreatedAt, order.to_owned())
 | 
			
		||||
                    // .order_by(EventsTable::CreatedAt, order.to_owned())
 | 
			
		||||
                    .to_owned()
 | 
			
		||||
            })
 | 
			
		||||
            .reduce(|mut result, query| result.union(sea_query::UnionType::All, query).to_owned())
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue