mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	fix(server): Fix #6669
This commit is contained in:
		
							parent
							
								
									c2d7929391
								
							
						
					
					
						commit
						42d1c67d56
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -135,6 +135,7 @@ export default async (user: User, data: Option, silent = false) => new Promise<N
 | 
			
		|||
	if (data.localOnly == null) data.localOnly = false;
 | 
			
		||||
	if (data.channel != null) data.visibility = 'public';
 | 
			
		||||
	if (data.channel != null) data.visibleUsers = [];
 | 
			
		||||
	if (data.channel != null) data.localOnly = true;
 | 
			
		||||
 | 
			
		||||
	// サイレンス
 | 
			
		||||
	if (user.isSilenced && data.visibility === 'public' && data.channel == null) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue