pushStatusHandler wrong payload md5, PushController send pushId to adapter also (#2067)
This commit is contained in:
committed by
Florent Vilmart
parent
bae19f2c76
commit
676d2e28de
@@ -36,7 +36,7 @@ export default function pushStatusHandler(config) {
|
||||
expiry: body.expiration_time,
|
||||
status: "pending",
|
||||
numSent: 0,
|
||||
pushHash: md5Hash(payloadString),
|
||||
pushHash: md5Hash(data.alert || ''),
|
||||
// lockdown!
|
||||
ACL: {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user