Page MenuHomePhabricator

[identity] Remove social proof from devices table
ClosedPublic

Authored by bartek on Jan 22 2024, 3:08 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 23 2024, 4:32 AM
Unknown Object (File)
Mar 22 2024, 12:59 PM
Unknown Object (File)
Mar 21 2024, 7:05 AM
Unknown Object (File)
Mar 20 2024, 3:52 PM
Unknown Object (File)
Mar 18 2024, 12:55 AM
Unknown Object (File)
Mar 5 2024, 11:52 AM
Unknown Object (File)
Mar 5 2024, 11:52 AM
Unknown Object (File)
Mar 5 2024, 11:51 AM
Subscribers

Details

Summary

Part 2 of ENG-6480.
Since the social proof is stored in the users table, we don't need to store it in the devices table.

Depends on D10764

Test Plan

Repeated test plan from D10764. Verified that the social proof is still retrieved correctly, especially in GetKeyserverKeys RPC (for which I changed the code).

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bartek held this revision as a draft.
bartek published this revision for review.Jan 22 2024, 3:52 AM
bartek added inline comments.
services/identity/src/database/device_list.rs
259–261 ↗(On Diff #35920)

We agreed that we don't need social proof in IdentityKeyInfo returned from the GetXboundKeys RPCs so this field is going to be removed when we update the proto

This revision is now accepted and ready to land.Jan 22 2024, 6:03 PM