Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
This commit is contained in:
		
						commit
						274352beab
					
				
					 5 changed files with 3 additions and 5 deletions
				
			
		|  | @ -5,7 +5,7 @@ export function checkWordMute(note: Record<string, any>, me: Record<string, any> | |||
| 	if (mutedWords.length > 0) { | ||||
| 		const text = ((note.cw ?? '') + '\n' + (note.text ?? '')).trim(); | ||||
| 
 | ||||
| 		if (text == '') return false; | ||||
| 		if (text === '') return false; | ||||
| 
 | ||||
| 		const matched = mutedWords.some(filter => { | ||||
| 			if (Array.isArray(filter)) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue