Merge pull request #564 from SatsAllDay/ignore-own-comments-new-notes-thread-subscribe
hasNewNotes for your own comments in subscribed threads
This commit is contained in:
commit
ca9b60b0fb
|
@ -329,6 +329,7 @@ export default {
|
|||
${whereClause(
|
||||
'"ThreadSubscription"."userId" = $1',
|
||||
'"Item".created_at > $2::timestamp(3) without time zone',
|
||||
'"Item"."userId" <> $1',
|
||||
await filterClause(me, models),
|
||||
muteClause(me)
|
||||
)})`, me.id, lastChecked)
|
||||
|
|
Loading…
Reference in New Issue