issue-2023: move opened event out of selected conversation check

Going through the git history the existing logic of "dont do this if
it's already selected" was just for audio or video QOL enhancements to
not stop playing when the same conversation is selected.
This commit is contained in:
colefranz 2018-02-03 15:20:01 -07:00 committed by Daniel Gasienica
parent 3ae17528d3
commit fe0306e6be
1 changed files with 1 additions and 1 deletions

View File

@ -28,8 +28,8 @@
$el = view.$el;
}
$el.prependTo(this.el);
conversation.trigger('opened');
}
conversation.trigger('opened');
},
});