グローバルタイムラインに返信を含めないように
This commit is contained in:
		
							parent
							
								
									2a30bc9a56
								
							
						
					
					
						commit
						d47f92f396
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -49,7 +49,9 @@ export default async (params: any, user: ILocalUser) => {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	const query = {
 | 
						const query = {
 | 
				
			||||||
		// public only
 | 
							// public only
 | 
				
			||||||
		visibility: 'public'
 | 
							visibility: 'public',
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							replyId: null
 | 
				
			||||||
	} as any;
 | 
						} as any;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (mutedUserIds && mutedUserIds.length > 0) {
 | 
						if (mutedUserIds && mutedUserIds.length > 0) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue