mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Don't add new convos to inbox until a message is sent
This commit is contained in:
@@ -178,6 +178,7 @@ var Whisper = Whisper || {};
|
||||
|
||||
createConversation: function() {
|
||||
var conversation = new Whisper.Conversation({
|
||||
active_at: null,
|
||||
id: this.recipients.at(0).id,
|
||||
type: 'private'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user