mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-30 21:14:12 +00:00 
			
		
		
		
	fix typo
Co-authored-by: mei23 <m@m544.net>
This commit is contained in:
		
							parent
							
								
									649bb672df
								
							
						
					
					
						commit
						66b27bdc97
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -51,7 +51,7 @@ export default class extends Channel { | |||
| 		} | ||||
| 
 | ||||
| 		// 流れてきたNoteがミュートしているユーザーが関わるものだったら無視する
 | ||||
| 		if (iUserRelated(note, this.muting)) return; | ||||
| 		if (isUserRelated(note, this.muting)) return; | ||||
| 		// 流れてきたNoteがブロックされているユーザーが関わるものだったら無視する
 | ||||
| 		if (isUserRelated(note, this.blocking)) return; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue