parent
559b74ba94
commit
32ca986ab2
|
@ -100,7 +100,7 @@
|
||||||
(handlers/register-handler-fx
|
(handlers/register-handler-fx
|
||||||
:clear-history
|
:clear-history
|
||||||
(fn [{{:keys [current-chat-id]} :db :as cofx} _]
|
(fn [{{:keys [current-chat-id]} :db :as cofx} _]
|
||||||
(models/clear-history current-chat-id cofx)))
|
(models/clear-history cofx current-chat-id)))
|
||||||
|
|
||||||
(handlers/register-handler-fx
|
(handlers/register-handler-fx
|
||||||
:clear-history?
|
:clear-history?
|
||||||
|
|
Loading…
Reference in New Issue