feat: skip pending members in sendMentionEmails

This commit is contained in:
Henry
2026-02-08 22:15:26 +00:00
parent 149277ef39
commit 1f0c780763
4 changed files with 7 additions and 2 deletions

View File

@@ -212,6 +212,7 @@ export const getByPublicId = async (
columns: {
publicId: true,
email: true,
status: true,
},
with: {
user: {

View File

@@ -508,6 +508,7 @@ export const getWithListAndMembersByPublicId = async (
columns: {
publicId: true,
email: true,
status: true,
},
with: {
user: {