diff --git a/app/assets/javascripts/app/controllers/ticket_zoom/article_actions.coffee b/app/assets/javascripts/app/controllers/ticket_zoom/article_actions.coffee index df150405a..ad9f73d79 100644 --- a/app/assets/javascripts/app/controllers/ticket_zoom/article_actions.coffee +++ b/app/assets/javascripts/app/controllers/ticket_zoom/article_actions.coffee @@ -336,8 +336,7 @@ class App.TicketZoomArticleActions extends App.Controller articleNew.to = ticket.customer.email else - user = App.User.find(article.created_by_id) - if article.sender.name is 'Agent' && !article.from.match(user.email) + if article.sender.name is 'Agent' articleNew.to = article.to else if article.reply_to