From 59716c80c82236c1d05806c124ef3b98c4ac6c65 Mon Sep 17 00:00:00 2001
From: Greg Fodor <gfodor@gmail.com>
Date: Tue, 24 Apr 2018 14:20:56 -0700
Subject: [PATCH] New mailing list identifier

---
 src/react-components/info-dialog.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/react-components/info-dialog.js b/src/react-components/info-dialog.js
index 8091484d0..6ba0fba4a 100644
--- a/src/react-components/info-dialog.js
+++ b/src/react-components/info-dialog.js
@@ -56,7 +56,7 @@ class InfoDialog extends Component {
 
     const payload = {
       email: this.state.mailingListEmail,
-      newsletters: "mixed-reality",
+      newsletters: "hubs",
       privacy: true,
       fmt: "H",
       source_url: document.location.href
-- 
GitLab