diff --git a/static/js/ui.js b/static/js/ui.js index 20dd24e296..be1ca98f3b 100644 --- a/static/js/ui.js +++ b/static/js/ui.js @@ -1282,6 +1282,9 @@ $(function () { ['topic', subject]], {select_first_unread: true, trigger: 'sidebar'}); + compose.start('stream', {stream: stream, subject: subject, + trigger: 'sidebar subject click'}); + e.preventDefault(); });