Implement membership notifications and deep-link handling for Electron desktop app #246
@@ -277,6 +277,9 @@ func (s *serviceImpl) AcceptInvitation(ctx context.Context, networkID, email, hu
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if human.Email == "" || !human.EmailNotificationsEnabled {
|
||||||
|
continue
|
||||||
|
}
|
||||||
emailRecipients = append(emailRecipients, human.Email)
|
emailRecipients = append(emailRecipients, human.Email)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user