diff --git a/backend/src/app/notifications.clj b/backend/src/app/notifications.clj index 80afa560f..9c6b51dab 100644 --- a/backend/src/app/notifications.clj +++ b/backend/src/app/notifications.clj @@ -135,7 +135,7 @@ ws-send (mtx/wrap-counter ws-send mtx-messages ["send"])] (letfn [(on-connect [conn] - (mtx-aconn :inc) + ((::mtx/fn mtx-aconn) {}) ;; A subscription channel should use a lossy buffer ;; because we can't penalize normal clients when one ;; slow client is connected to the room. @@ -162,8 +162,8 @@ (a/