mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 05:48:23 +08:00
FIX: Return nil
when the reply_key
is missing
This commit is contained in:
@ -346,6 +346,7 @@ module Email
|
||||
return { type: :reply, obj: email_log } if email_log
|
||||
end
|
||||
end
|
||||
nil
|
||||
end
|
||||
|
||||
def process_destination(destination, user, body, elided)
|
||||
|
Reference in New Issue
Block a user