Details
Called LogInWalletUser RPC and checked (awslocal dynamodb scan) that the social proof is stored in the users table.
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
services/identity/src/constants.rs | ||
---|---|---|
51–52 | previous name was misleading, especially since we no longer have the "devices" map attribute |
updateChangedUndirectedRelationships only updates the relationship if there was none, or the relationship status provided it greater than the one in the db. This will not be the case here, because KNOW_OF is 0-the lowest possible value. So we will not override a more meaningful relationship.