mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: use metadata to hold the message_id with sparkpost
This commit is contained in:
parent
407cda1dfe
commit
71f940d478
3 changed files with 7 additions and 3 deletions
|
@ -109,7 +109,9 @@ describe WebhooksController do
|
|||
"msys" => {
|
||||
"message_event" => {
|
||||
"bounce_class" => 10,
|
||||
"message_id" => message_id
|
||||
"rcpt_meta" => {
|
||||
"message_id" => message_id
|
||||
}
|
||||
}
|
||||
}
|
||||
}]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue