Fix some emojis in profile metadata labels are not emojified. (#11534)
This commit is contained in:
		
							parent
							
								
									c5661b0f92
								
							
						
					
					
						commit
						aebefc7ce9
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -506,7 +506,7 @@ class Account < ApplicationRecord
 | 
			
		|||
  end
 | 
			
		||||
 | 
			
		||||
  def emojifiable_text
 | 
			
		||||
    [note, display_name, fields.map(&:value)].join(' ')
 | 
			
		||||
    [note, display_name, fields.map(&:name), fields.map(&:value)].join(' ')
 | 
			
		||||
  end
 | 
			
		||||
 | 
			
		||||
  def clean_feed_manager
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue