mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Failed to show details about some bounced emails
Bounces sent to reply_by_email_address could not be found.
This commit is contained in:
@@ -25,7 +25,7 @@ class IncomingEmailDetailsSerializer < ApplicationSerializer
|
||||
end
|
||||
|
||||
def include_error_description?
|
||||
@error_string[EMAIL_RECEIVER_ERROR_PREFIX]
|
||||
@error_string && @error_string[EMAIL_RECEIVER_ERROR_PREFIX]
|
||||
end
|
||||
|
||||
def headers
|
||||
|
||||
Reference in New Issue
Block a user