Details
Details
- Reviewers
bartek marcin tomek - Commits
- rCOMM10b64a112df7: [lib] handle `BadDeviceToken` message
Repeat test plan from D12911
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| lib/reducers/tunnelbroker-device-token-reducer.js | ||
|---|---|---|
| 37–38 ↗ | (On Diff #42864) | 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 | We have a convention that this name should end in ActionType | |