mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 01:14:12 +08:00
FIX: use metadata to hold the message_id with sparkpost
This commit is contained in:
@ -109,7 +109,9 @@ describe WebhooksController do
|
||||
"msys" => {
|
||||
"message_event" => {
|
||||
"bounce_class" => 10,
|
||||
"message_id" => message_id
|
||||
"rcpt_meta" => {
|
||||
"message_id" => message_id
|
||||
}
|
||||
}
|
||||
}
|
||||
}]
|
||||
|
Reference in New Issue
Block a user