Skip to content

Commit

Permalink
fix notifications?
Browse files Browse the repository at this point in the history
  • Loading branch information
gabboman committed Feb 17, 2025
1 parent b71eb8e commit f7f4325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/routes/notifications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ export default function notificationRoutes(app: Application) {
[Op.or]: [
{
postId: {
[Op.notIn]: mutedPostIds?.length ? mutedPostIds : []
[Op.notIn]: mutedPostIds?.length ? mutedPostIds : ['00000000-0000-0000-0000-000000000000']
}
},
{
Expand Down

0 comments on commit f7f4325

Please sign in to comment.