show display name on conversation list on groupUpdate

pull/1330/head
Audric Ackermann 5 years ago
parent c34edee180
commit bd6bd24f2b
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -175,7 +175,7 @@
if (!conversation) {
return number;
}
return conversation.getDisplayName();
return conversation.getProfileName();
},
getLokiNameForNumber(number) {
const conversation = ConversationController.get(number);

Loading…
Cancel
Save