Gab Social. All are welcome.
This commit is contained in:
8
app/javascript/gabsocial/actions/onboarding.js
Normal file
8
app/javascript/gabsocial/actions/onboarding.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import { changeSetting, saveSettings } from './settings';
|
||||
|
||||
export const INTRODUCTION_VERSION = 20181216044202;
|
||||
|
||||
export const closeOnboarding = () => dispatch => {
|
||||
dispatch(changeSetting(['introductionVersion'], INTRODUCTION_VERSION));
|
||||
dispatch(saveSettings());
|
||||
};
|
||||
Reference in New Issue
Block a user