Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clear DID cache for did:plc: after identity.updateHandle
On a self-hosted PDS, updating an account's handle via `com.atproto.identity.updateHandle` won't change the reported `handle` value in `com.atproto.repo.describeRepo`, since the did cache still has stale data. To solve this, we just clear the cache after the updateHandle endpoint gets hit.
- Loading branch information