Remove "post published" popup
This seems to have been fairly unpopular with Hometown users, and
I know a few instances have removed it already. Might as well
bring the patch to remove it into Hometown itself.
refs 9438189739
This commit is contained in:
parent
441dca176d
commit
1a2d1b2c48
|
@ -245,13 +245,6 @@ export function submitCompose(routerHistory) {
|
|||
insertIfOnline('public');
|
||||
insertIfOnline(`account:${response.data.account.id}`);
|
||||
}
|
||||
|
||||
dispatch(showAlert({
|
||||
message: statusId === null ? messages.published : messages.saved,
|
||||
action: messages.open,
|
||||
dismissAfter: 10000,
|
||||
onClick: () => routerHistory.push(`/@${response.data.account.username}/${response.data.id}`),
|
||||
}));
|
||||
}).catch(function (error) {
|
||||
dispatch(submitComposeFail(error));
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue