fix: persist deliveryContext on last-route updates
Co-authored-by: Adam Holt <[email protected]>
This commit is contained in:
co-authored by
Adam Holt
parent
7b31b280f8
commit
1f3a09b43b
@@ -28,9 +28,11 @@ export function updateLastRouteInBackground(params: {
|
||||
const task = updateLastRoute({
|
||||
storePath,
|
||||
sessionKey: params.sessionKey,
|
||||
channel: params.channel,
|
||||
to: params.to,
|
||||
accountId: params.accountId,
|
||||
deliveryContext: {
|
||||
channel: params.channel,
|
||||
to: params.to,
|
||||
accountId: params.accountId,
|
||||
},
|
||||
}).catch((err) => {
|
||||
params.warn(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user