mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08:00
FIX: Return nil
when the reply_key
is missing
This commit is contained in:
parent
6997925a52
commit
602e4d0da4
2 changed files with 23 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue