fix realm error at group leaving
This commit is contained in:
parent
2c72274025
commit
18452c9bd9
|
@ -96,8 +96,7 @@
|
|||
(defn remove-contacts
|
||||
[chat-id identities]
|
||||
(let [contacts (get-contacts chat-id)]
|
||||
(realm/write @realm/account-realm
|
||||
#(delete-contacts identities contacts))))
|
||||
(delete-contacts identities contacts)))
|
||||
|
||||
(defn save-property
|
||||
[chat-id property-name value]
|
||||
|
|
|
@ -49,6 +49,5 @@
|
|||
|
||||
(defn delete-by-chat-id
|
||||
[chat-id]
|
||||
(realm/write @realm/account-realm
|
||||
#(realm/delete @realm/account-realm
|
||||
(get-by-chat-id chat-id))))
|
||||
(realm/delete @realm/account-realm
|
||||
(get-by-chat-id chat-id)))
|
||||
|
|
Loading…
Reference in New Issue