Merge branch 'compose-success' into 'develop'

Compose: switch to regular snackbar.success

See merge request soapbox-pub/soapbox-fe!804
This commit is contained in:
Alex Gleason
2021-10-19 22:13:03 +00:00

View File

@ -155,7 +155,7 @@ export function handleComposeSubmit(dispatch, getState, data, status) {
dispatch(insertIntoTagHistory(data.tags || [], status));
dispatch(submitComposeSuccess({ ...data }));
dispatch(snackbar.show('post', messages.success));
dispatch(snackbar.success(messages.success));
}
const needsDescriptions = state => {