diff --git a/backend/src/app/notifications.clj b/backend/src/app/notifications.clj index 9c6b51dab..f7efa6f3f 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/fn mtx-aconn) {}) + ((::mtx/fn mtx-aconn) {:cmd :inc :by 1}) ;; 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/