mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Fix displaying contact names as 'Unknown Group'
// FREEBIE
This commit is contained in:
@@ -106,7 +106,7 @@
|
||||
}
|
||||
var c = ConversationController.get(conversationId);
|
||||
if (!c) {
|
||||
c = ConversationController.create({id: conversationId});
|
||||
c = ConversationController.create({id: conversationId, type: 'private'});
|
||||
c.fetch();
|
||||
}
|
||||
return c;
|
||||
|
||||
Reference in New Issue
Block a user