Details
Details
- Reviewers
bartek marcin tomek - Commits
- rCOMM10b64a112df7: [lib] handle `BadDeviceToken` message
Repeat test plan from D12911
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- publish-device-token
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
lib/reducers/tunnelbroker-device-token-reducer.js | ||
---|---|---|
37–38 | We set tunnelbrokerToken to null because when receiving BAD_DEVICE_TOKEN Tunnelbroker is no longer trying to use that device token - so we can assume Tunnelbroker doesn't have any token. |
lib/actions/tunnelbroker-actions.js | ||
---|---|---|
9 ↗ | (On Diff #43010) | We have a convention that this name should end in ActionType |