Merge pull request #10457 from na2na-p/fix/visibility-widening
This commit is contained in:
		
						commit
						3f39fc90fc
					
				|  | @ -591,7 +591,8 @@ async function post(ev?: MouseEvent) { | |||
| 		text.includes('$[x4') || | ||||
| 		text.includes('$[scale') || | ||||
| 		text.includes('$[position'); | ||||
| 	if (annoying) { | ||||
| 
 | ||||
| 	if (annoying && visibility === 'public') { | ||||
| 		const { canceled, result } = await os.actions({ | ||||
| 			type: 'warning', | ||||
| 			text: i18n.ts.thisPostMayBeAnnoying, | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue