mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-24 09:42:17 -05:00
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();
|
return getJid().getUnescapedLocalpart();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else if (isWithStranger()) {
|
||||||
|
return contactJid.toBareJid().toString();
|
||||||
} else {
|
} else {
|
||||||
return this.getContact().getDisplayName();
|
return this.getContact().getDisplayName();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user