Skip to content

Commit

Permalink
Merge PR #1236 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Oct 17, 2023
2 parents d097fa2 + a554863 commit bf4b105
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mail_tracking/static/src/models/message_view.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ registerPatch({
this.messageListViewItemOwner.messageListViewOwner.threadViewOwner
.threadViewer.discuss;
return Boolean(
discuss && discuss.threadView.thread.mailbox.messagingAsFailed
discuss &&
discuss.threadView.thread.mailbox &&
discuss.threadView.thread.mailbox.messagingAsFailed
);
},
}),
Expand Down

0 comments on commit bf4b105

Please sign in to comment.