[Glitch] Fix reply not preserving the language from the replied-to post
Port 34f3001278 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
			
			
This commit is contained in:
		@@ -75,7 +75,10 @@ export function normalizeStatus(status, normalOldStatus, settings) {
 | 
			
		||||
    normalStatus.contentHtml = normalOldStatus.get('contentHtml');
 | 
			
		||||
    normalStatus.spoilerHtml = normalOldStatus.get('spoilerHtml');
 | 
			
		||||
    normalStatus.hidden = normalOldStatus.get('hidden');
 | 
			
		||||
    normalStatus.translation = normalOldStatus.get('translation');
 | 
			
		||||
 | 
			
		||||
    if (normalOldStatus.get('translation')) {
 | 
			
		||||
      normalStatus.translation = normalOldStatus.get('translation');
 | 
			
		||||
    }
 | 
			
		||||
  } else {
 | 
			
		||||
    const spoilerText   = normalStatus.spoiler_text || '';
 | 
			
		||||
    const searchContent = ([spoilerText, status.content].concat((status.poll && status.poll.options) ? status.poll.options.map(option => option.title) : [])).concat(status.media_attachments.map(att => att.description)).join('\n\n').replace(/<br\s*\/?>/g, '\n').replace(/<\/p><p>/g, '\n\n');
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user