Never notify on replies to self (#1013)

This commit is contained in:
ekzyis 2024-04-04 02:39:46 +02:00 committed by GitHub
parent 992fc54160
commit 9f06692e3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ export default {
'"ThreadSubscription"."userId" = $1', '"ThreadSubscription"."userId" = $1',
'r.created_at >= "ThreadSubscription".created_at', 'r.created_at >= "ThreadSubscription".created_at',
'r.created_at < $2', 'r.created_at < $2',
'r."userId" <> $1',
...(meFull.noteAllDescendants ? [] : ['r.level = 1']) ...(meFull.noteAllDescendants ? [] : ['r.level = 1'])
)} )}
ORDER BY "sortTime" DESC ORDER BY "sortTime" DESC