Merge remote-tracking branch 'origin/staging' into develop

This commit is contained in:
alonso.torres
2025-10-21 11:19:21 +02:00
28 changed files with 631 additions and 691 deletions

View File

@@ -296,7 +296,8 @@
notify (or (-> profile :props :notifications :dashboard-comments) :all)
result (case notify
:all (db/exec! cfg [sql:unread-all-comment-threads-by-team profile-id team-id])
:partial (db/exec! cfg [sql:unread-partial-comment-threads-by-team profile-id team-id profile-id profile-id]))]
:partial (db/exec! cfg [sql:unread-partial-comment-threads-by-team profile-id team-id profile-id profile-id])
[])]
(into [] xf-decode-row result)))
(def ^:private