Move some initial setup to the 'opened' event

Avoid inbox views digging too deep into conversation views.

// FREEBIE
This commit is contained in:
lilia 2015-11-10 20:39:36 -08:00
parent 2861fa26a7
commit 2ee8cae8d4
2 changed files with 9 additions and 4 deletions

View file

@ -56,9 +56,6 @@
$el = view.$el;
}
$el.prependTo(this.el);
$el.find('.message-list').trigger('reset-scroll');
$el.trigger('force-resize');
conversation.markRead();
conversation.trigger('opened');
}
});