We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d3b7d3 commit 11fb9dcCopy full SHA for 11fb9dc
1 file changed
server/mergin/sync/project_handler.py
@@ -22,6 +22,7 @@ def get_email_receivers(self, project: Project) -> List[User]:
22
),
23
User.is_admin,
24
25
+ User.active,
26
User.verified_email,
27
UserProfile.receive_notifications,
28
)
0 commit comments