[#16198] No delay on removing contact from the list
This commit is contained in:
parent
ca35de2f72
commit
43ffe74a9c
|
@ -96,6 +96,7 @@
|
|||
[{:keys [db]} {:keys [public-key]}]
|
||||
{:db (-> db
|
||||
(assoc-in [:contacts/contacts public-key :added?] false)
|
||||
(assoc-in [:contacts/contacts public-key :active?] false)
|
||||
(assoc-in [:contacts/contacts public-key :contact-request-state]
|
||||
constants/contact-request-state-none))
|
||||
:json-rpc/call [{:method "wakuext_retractContactRequest"
|
||||
|
|
Loading…
Reference in New Issue