Update hashtags.ts
This commit is contained in:
		
							parent
							
								
									ad9bc299be
								
							
						
					
					
						commit
						535f3ddf13
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		|  | @ -22,6 +22,9 @@ export default define(meta, async (ps) => { | ||||||
| 			createdAt: { | 			createdAt: { | ||||||
| 				$gt: new Date(Date.now() - span) | 				$gt: new Date(Date.now() - span) | ||||||
| 			}, | 			}, | ||||||
|  | 			visibility: { | ||||||
|  | 				$in: ['public', 'home'] | ||||||
|  | 			}, | ||||||
| 			tagsLower: { | 			tagsLower: { | ||||||
| 				$exists: true, | 				$exists: true, | ||||||
| 				$ne: [] | 				$ne: [] | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue