HomePhabricator
Diffusion Comm d8f69d2f281a

[Identity] remove Tunnelbroker data on device removal

Description

[Identity] remove Tunnelbroker data on device removal

Summary:
ENG-8400 (see point 5. Logout).

Depends on D12525

Test Plan:
Call this from both web and native:

    const message: SetDeviceToken = {
      type: messageToTunnelbrokerTypes.SET_DEVICE_TOKEN,
      deviceToken: 'token',
    };
     await sendMessageToTunnelbroker(JSON.stringify(message));

, then logout and check if device token is removed from DDB.

Reviewers: bartek, marcin

Reviewed By: bartek

Subscribers: ashoat, tomek

Differential Revision: https://phab.comm.dev/D12526

Details

Provenance
kamilAuthored on Jun 20 2024, 3:32 PM
Reviewer
bartek
Differential Revision
D12526: [Identity] remove Tunnelbroker data on device removal
Parents
rCOMM0de42f6fa609: [proto][Tunnelbroker] add RPC to delete device data from Tunnelbroker
Branches
Unknown
Tags
Unknown