From 36a026e4902fd6d2abc9e0ac1a95ccd11c241bbb Mon Sep 17 00:00:00 2001 From: Yegor Litvyakov Date: Tue, 23 Jan 2024 16:54:03 +0300 Subject: [PATCH] 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