mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-21 00:48:19 +01:00
Make conversations open when they are created
This commit is contained in:
@@ -47,6 +47,7 @@ var Whisper = Whisper || {};
|
||||
var message_input = this.$el.find('input.send-message');
|
||||
thread.sendMessage(message_input.val());
|
||||
this.remove();
|
||||
thread.trigger('render');
|
||||
}
|
||||
} catch(ex) {}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user