diff --git a/src/status_im/chat/events.cljs b/src/status_im/chat/events.cljs index 5be740a4c2..e9fac52060 100644 --- a/src/status_im/chat/events.cljs +++ b/src/status_im/chat/events.cljs @@ -100,7 +100,7 @@ (handlers/register-handler-fx :clear-history (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 :clear-history?