Downsize originals in media attachments, small fixes
This commit is contained in:
parent
a910cdd54d
commit
64d109dc0e
4 changed files with 5 additions and 5 deletions
|
@ -74,7 +74,7 @@ export function submitCompose() {
|
|||
// To make the app more responsive, immediately get the status into the columns
|
||||
dispatch(updateTimeline('home', { ...response.data }));
|
||||
|
||||
if (response.data.in_reply_to_id === null) {
|
||||
if (response.data.in_reply_to_id === null && !getState().getIn(['compose', 'unlisted'])) {
|
||||
dispatch(updateTimeline('public', { ...response.data }));
|
||||
}
|
||||
}).catch(function (error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue