Fix notification indicator shown for own replies (#1271)

This commit is contained in:
ekzyis 2024-07-22 16:13:07 -05:00 committed by GitHub
parent de38a683d5
commit ea8ad5c4c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -283,6 +283,7 @@ export default {
'"ThreadSubscription"."userId" = $1',
'r.created_at > $2',
'r.created_at >= "ThreadSubscription".created_at',
'r."userId" <> $1',
activeOrMine(me),
await filterClause(me, models),
muteClause(me),