mirror of
https://github.com/logseq/logseq.git
synced 2026-05-21 11:22:44 +00:00
fix(rtc,e2ee): fix grant-access
This commit is contained in:
@@ -172,8 +172,8 @@
|
||||
(when-let [graph-aes-key (m/? (task--get-aes-key get-ws-create-task user-uuid graph-uuid))]
|
||||
(let [{:keys [public-key] :as response}
|
||||
(m/? (ws-util/send&recv get-ws-create-task
|
||||
{:action "fetch-user-rsa-key-pair"
|
||||
:user-email other-user-email}))]
|
||||
{:action "fetch-user-rsa-public-key"
|
||||
:user/email other-user-email}))]
|
||||
(if (:ex-data response)
|
||||
(throw (ex-info (:ex-message response) (:ex-data response)))
|
||||
(when public-key
|
||||
|
||||
Reference in New Issue
Block a user