Better query
This commit is contained in:
		
							parent
							
								
									fada899b30
								
							
						
					
					
						commit
						4a9fc0c8ed
					
				
					 1 changed files with 9 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -51,8 +51,15 @@ export default async (ctx: Koa.Context) => {
 | 
			
		|||
 | 
			
		||||
		const query = {
 | 
			
		||||
			userId: user._id,
 | 
			
		||||
			$or: [ { visibility: 'public' }, { visibility: 'home' } ],
 | 
			
		||||
			text: { $ne: null }	// exclude renote, but include quote
 | 
			
		||||
			$and: [{
 | 
			
		||||
				$or: [ { visibility: 'public' }, { visibility: 'home' } ]
 | 
			
		||||
			}, { // exclude renote, but include quote
 | 
			
		||||
				$or: [{
 | 
			
		||||
					text: { $ne: null }
 | 
			
		||||
				}, {
 | 
			
		||||
					mediaIds: { $ne: [] }
 | 
			
		||||
				}]
 | 
			
		||||
			}]
 | 
			
		||||
		} as any;
 | 
			
		||||
 | 
			
		||||
		if (sinceId) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue