Skip to content

Commit

Permalink
Merge pull request #51 from atsu1125/develop
Browse files Browse the repository at this point in the history
Fix: Streaming
  • Loading branch information
atsu1125 authored Nov 5, 2022
2 parents cfaaf0c + 9ab4cd2 commit 69b9985
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions streaming/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,7 @@ const startWorker = async (workerId) => {
client.query(`SELECT 1
FROM blocks
WHERE (account_id = $1 AND target_account_id IN (${placeholders(targetAccountIds, 2)}))
OR (account_id = $2 AND target_account_id = $1)
UNION
SELECT 1
FROM mutes
Expand Down

0 comments on commit 69b9985

Please sign in to comment.