From DeleteUser identity RPCs, call Tunnelbroker to delete data for all user's device IDs.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
services/identity/src/database.rs | ||
---|---|---|
541–545 ↗ | (On Diff #42900) | We could theoretically retrieve device IDs from deleted data in delete requests, but that would complicate the code too much, so I decided to simply call this before deletion attempt. |