HomePhabricator
Diffusion Comm 6042b671aad3

[Identity] send `IdentityDeviceListUpdated` after logout

Description

[Identity] send IdentityDeviceListUpdated after logout

Summary:
Part of ENG-7837.

Sending messages to devices remained on device list.

Depends on D12377

Test Plan:

  1. Run local TB, and Identity, and make all clients connect to it.
  2. usingCommServicesAccessToken = true
  3. Login on multiple devices (2 devices of user A, 1 device of user B but A is aware of B).
  4. Log out on one of A's devices (the device that was last logged in - updates after login are not ready yet).
  5. Other A device should receive an update and fetch an updated device list
  6. B device should receive an update and fetch the device list for B

Reviewers: bartek, tomek, varun

Reviewed By: tomek

Subscribers: ashoat

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

Details