do not show deleted replies in notifications
This commit is contained in:
parent
37a7f79625
commit
19146844ca
@ -167,6 +167,7 @@ export default {
|
||||
) as "Item"
|
||||
${whereClause(
|
||||
'"Item".created_at < $2',
|
||||
'"Item"."deletedAt" IS NULL',
|
||||
await filterClause(me, models),
|
||||
muteClause(me),
|
||||
activeOrMine(me))}
|
||||
|
@ -287,6 +287,7 @@ export default {
|
||||
'r.created_at > $2',
|
||||
'r.created_at >= "ThreadSubscription".created_at',
|
||||
'r."userId" <> $1',
|
||||
'"Item"."deletedAt" IS NULL',
|
||||
activeOrMine(me),
|
||||
await filterClause(me, models),
|
||||
muteClause(me),
|
||||
|
Loading…
x
Reference in New Issue
Block a user