mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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