show strangers with jid instead of name in conversation list
This commit is contained in:
		
							parent
							
								
									c2c6904eda
								
							
						
					
					
						commit
						e58f72c20f
					
				| 
						 | 
				
			
			@ -481,6 +481,8 @@ public class Conversation extends AbstractEntity implements Blockable, Comparabl
 | 
			
		|||
					return getJid().getUnescapedLocalpart();
 | 
			
		||||
				}
 | 
			
		||||
			}
 | 
			
		||||
		} else if (isWithStranger()) {
 | 
			
		||||
			return contactJid.toBareJid().toString();
 | 
			
		||||
		} else {
 | 
			
		||||
			return this.getContact().getDisplayName();
 | 
			
		||||
		}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue