Mark read when opening a conversation

This commit is contained in:
lilia 2015-08-26 10:12:05 -07:00
parent 877b34579a
commit bcec207674

View file

@ -70,6 +70,7 @@
$el.prependTo(this.el);
$el.find('.message-list').trigger('reset-scroll');
$el.trigger('force-resize');
conversation.markRead();
}
});