Skip to content

Commit

Permalink
feat: push Privacy policy date to 2024 Jun 18 12:00 UTC (#9767)
Browse files Browse the repository at this point in the history
Admin override of the CLA bot

<!--
Please submit this PR as a draft initially.
Do not mark it as "Ready for review" until the template has been
completely filled out, and PR status checks have passed at least once.
-->

## **Description**

Sets the time for the new privacy policy for 2024 Jun 18 12:00 UTC, so
that the feature is not released yet. This is until we figure out a
correct date for the feature.

## **Related issues**

Fixes:

## **Manual testing steps**

## **Screenshots/Recordings**

<!-- If applicable, add screenshots and/or recordings to visualize the
before and after of your change. -->

### **Before**

<!-- [screenshots/recordings] -->

### **After**

<!-- [screenshots/recordings] -->

## **Pre-merge author checklist**

- [ ] I’ve followed [MetaMask Coding
Standards](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/CODING_GUIDELINES.md).
- [ ] I've completed the PR template to the best of my ability
- [ ] I’ve included tests if applicable
- [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format
if applicable
- [ ] I’ve applied the right labels on the PR (see [labeling
guidelines](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/LABELING_GUIDELINES.md)).
Not required for external contributors.

## **Pre-merge reviewer checklist**

- [ ] I've manually tested the PR (e.g. pull and build branch, run the
app, test code being changed).
- [ ] I confirm that this PR addresses all acceptance criteria described
in the ticket it closes and includes the necessary testing evidence such
as recordings and or screenshots.

---------

Co-authored-by: David Walsh <davidwalsh83@gmail>
Co-authored-by: sethkfman <10342624+sethkfman@users.noreply.github.com>
  • Loading branch information
3 people authored May 28, 2024
1 parent f4380de commit c7a7fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/reducers/legalNotices/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { RootState } from '..';
import { Action } from 'redux';
import ACTIONS from './types';

export const newPrivacyPolicyDate = new Date('2024-06-04T00:00:00Z');
export const newPrivacyPolicyDate = new Date('2024-06-18T12:00:00Z');

const initialState = {
newPrivacyPolicyToastClickedOrClosed: false,
Expand Down

0 comments on commit c7a7fa5

Please sign in to comment.