de834cd586
• Updated: - Introduction/onboarding flow • Added: - autoJoinGroup to default "Introduce Yourself" group in gab.com if you post the welcome post in introduction last slide
6 lines
196 B
JavaScript
6 lines
196 B
JavaScript
import { changeSetting, saveSettings } from './settings'
|
|
|
|
export const saveShownOnboarding = () => (dispatch) => {
|
|
dispatch(changeSetting(['shownOnboarding'], true))
|
|
dispatch(saveSettings())
|
|
} |