chore: Fix sentry issues (#4940)

Fixes: #4810
This commit is contained in:
Aswin Dev P.S
2022-07-08 15:09:06 +05:30
committed by GitHub
parent ef1d117717
commit 19c637eb33
2 changed files with 4 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ module MailboxHelper
def create_contact
@contact_inbox = ::ContactBuilder.new(
source_id: "email:#{processed_mail.message_id}",
source_id: processed_mail.original_sender,
inbox: @inbox,
contact_attributes: {
name: identify_contact_name,