Potential missing letter fix
This commit is contained in:
		
							parent
							
								
									234edf4756
								
							
						
					
					
						commit
						8393a80022
					
				@ -279,8 +279,7 @@ levenshteinDistance(a, b) {
 | 
			
		||||
      app.rpc &&
 | 
			
		||||
      typeof app.rpc.updateMessageText === "function"
 | 
			
		||||
    ) {
 | 
			
		||||
        this.value = this.replaceMentionsWithAuthors(this.value);
 | 
			
		||||
      app.rpc.updateMessageText(this.messageUid, this.value);
 | 
			
		||||
      app.rpc.updateMessageText(this.messageUid, this.replaceMentionsWithAuthors(this.value));
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user