Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(people): use unique
id
person property for key
There are duplicated items in people data with the same `owner_pubkey`. These items leads to duplicating cards in the search result. Use `id` field as it is strongly unique. Fix: #1436
- Loading branch information