fedimbed: forgot to replace the character
This commit is contained in:
		
							parent
							
								
									1c38406a85
								
							
						
					
					
						commit
						44c2720c7d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1307,7 +1307,7 @@ async function processUrl(msg, url, spoiler = false, command = false, inQuote =
 | 
				
			||||||
  content = htmlToMarkdown(content);
 | 
					  content = htmlToMarkdown(content);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if (platformName == "Nitter") {
 | 
					  if (platformName == "Nitter") {
 | 
				
			||||||
    content = content.replace("\u2198", Icons.fedimbed.quote).replace("\u2198", "\u2139\ufe0f");
 | 
					    content = content.replace("\u2198", Icons.fedimbed.quote).replace("> \u24d8", "> \u2139\ufe0f");
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  for (const emote of emotes) {
 | 
					  for (const emote of emotes) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue