-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invites: Launch accept invites to horizon and staging #2543
Conversation
@@ -85,7 +85,8 @@ | |||
"settings/security/monitor": true, | |||
"settings/security/scan": false, | |||
"ad-tracking": false, | |||
"perfmon": true | |||
"perfmon": true, | |||
"accept-invite": true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we try to avoid trailing ,
on the last item of json objects
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Blah. Thanks
7726402
to
655311d
Compare
LGTM! 🚢 |
Invites: Launch accept invites to horizon and staging
As we gear up to launch the new accept invite functionality, we are going to do another round of testing.
This PR launches the accept invite functionality in staging and in horizon.
To test:
update/invites-config-to-stage
branchhorizon.json
,stage.json
,production.json
... make sure thatwpcom_user_bootstrap
isfalse
CALYPSO_ENV={environment} make run
cc @lezama