Fix vanilla flavour too
parent
d973e11061
commit
13db302f6e
|
@ -173,8 +173,10 @@ export function submitCompose(routerHistory) {
|
|||
|
||||
if (response.data.in_reply_to_id === null && response.data.visibility === 'public') {
|
||||
insertIfOnline('community');
|
||||
if (!response.data.local_only) {
|
||||
insertIfOnline('public');
|
||||
}
|
||||
}
|
||||
}).catch(function (error) {
|
||||
dispatch(submitComposeFail(error));
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue