diff --git a/src/status_im/contacts/handlers.cljs b/src/status_im/contacts/handlers.cljs index 0bf358d104..02b92fee8a 100644 --- a/src/status_im/contacts/handlers.cljs +++ b/src/status_im/contacts/handlers.cljs @@ -359,7 +359,8 @@ (after stop-watching-contact) (u/side-effect! (fn [_ [_ {:keys [whisper-identity] :as contact}]] - (dispatch [:update-contact! (assoc contact :pending? true)]) + (dispatch [:update-contact! {:whisper-identity whisper-identity + :pending? true}]) (dispatch [:account-update-keys])))) (defn remove-contact-from-group [whisper-identity]