fix(apple auth): minor fixes, make sure apple auth users are considered when sending emails
This commit is contained in:
@@ -80,7 +80,7 @@ api.inviteToQuest = {
|
||||
'party._id': group._id,
|
||||
_id: { $ne: user._id },
|
||||
})
|
||||
.select('auth.facebook auth.google auth.local preferences.emailNotifications preferences.pushNotifications preferences.language profile.name pushDevices webhooks')
|
||||
.select('auth preferences.emailNotifications preferences.pushNotifications preferences.language profile.name pushDevices webhooks')
|
||||
.exec();
|
||||
|
||||
group.markModified('quest');
|
||||
|
||||
Reference in New Issue
Block a user