mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	Fix #1887
This commit is contained in:
		
							parent
							
								
									e9717da916
								
							
						
					
					
						commit
						dc8f14c23a
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -124,6 +124,9 @@ export default async (params: any, user: ILocalUser) => {
 | 
			
		|||
				// フォローしている人の投稿
 | 
			
		||||
				$or: followQuery
 | 
			
		||||
			}, {
 | 
			
		||||
				// public only
 | 
			
		||||
				visibility: 'public',
 | 
			
		||||
 | 
			
		||||
				// local
 | 
			
		||||
				'_user.host': null
 | 
			
		||||
			}],
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue