Updated Introduction/onboarding flow
• Updated: - Introduction/onboarding flow • Added: - autoJoinGroup to default "Introduce Yourself" group in gab.com if you post the welcome post in introduction last slide
This commit is contained in:
@@ -102,8 +102,8 @@ const mapDispatchToProps = (dispatch, { isStandalone }) => ({
|
||||
dispatch(changeCompose(text, markdown, newReplyToId, isStandalone, position))
|
||||
},
|
||||
|
||||
onSubmit(groupId, replyToId, router) {
|
||||
dispatch(submitCompose(groupId, replyToId, router, isStandalone))
|
||||
onSubmit(groupId, replyToId, router, autoJoinGroup) {
|
||||
dispatch(submitCompose(groupId, replyToId, router, isStandalone, autoJoinGroup))
|
||||
},
|
||||
|
||||
onClearSuggestions() {
|
||||
|
||||
Reference in New Issue
Block a user