Delay conversation creation til post-decrypt

This commit is contained in:
lilia 2015-05-20 15:52:25 -07:00
parent 12eb553a3f
commit b83ce7a015
2 changed files with 33 additions and 42 deletions

View file

@ -17,7 +17,7 @@
'use strict';
window.Whisper = window.Whisper || {};
var Message = Backbone.Model.extend({
var Message = window.Whisper.Message = Backbone.Model.extend({
database : Whisper.Database,
storeName : 'messages',
defaults : function() {