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:
parent
3ae17528d3
commit
fe0306e6be
1 changed files with 1 additions and 1 deletions
|
@ -28,8 +28,8 @@
|
||||||
$el = view.$el;
|
$el = view.$el;
|
||||||
}
|
}
|
||||||
$el.prependTo(this.el);
|
$el.prependTo(this.el);
|
||||||
conversation.trigger('opened');
|
|
||||||
}
|
}
|
||||||
|
conversation.trigger('opened');
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue