Implement membership notifications and deep-link handling for Electron desktop app #246

Merged
talksik merged 11 commits from free-monkey into main 2026-06-09 15:04:19 +00:00
Showing only changes of commit 60b1c3e24f - Show all commits
+3
View File
@@ -277,6 +277,9 @@ func (s *serviceImpl) AcceptInvitation(ctx context.Context, networkID, email, hu
continue
}
if human.Email == "" || !human.EmailNotificationsEnabled {
continue
}
emailRecipients = append(emailRecipients, human.Email)
}
}
1