mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	Improve nya
This commit is contained in:
		
							parent
							
								
									f56ec82f6b
								
							
						
					
					
						commit
						1f28a0dfeb
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -340,7 +340,7 @@ export const pack = async (
 | 
			
		|||
	_note = await rap(_note);
 | 
			
		||||
 | 
			
		||||
	if (_note.user.isCat && _note.text) {
 | 
			
		||||
		_note.text = _note.text.replace(/な/g, 'にゃ').replace(/ナ/g, 'ニャ');
 | 
			
		||||
		_note.text = _note.text.replace(/な/g, 'にゃ').replace(/ナ/g, 'ニャ').replace(/ナ/g, 'ニャ');
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if (hide) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue