Composer: push into timelines even if it's a reply
This commit is contained in:
parent
ffb6f7fd67
commit
afe23f0028
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ export function handleComposeSubmit(dispatch, getState, response, status) {
|
|||
|
||||
if (response.data.visibility !== 'direct') {
|
||||
insertIfOnline('home');
|
||||
} else if (response.data.in_reply_to_id === null && response.data.visibility === 'public') {
|
||||
} else if (response.data.visibility === 'public') {
|
||||
insertIfOnline('community');
|
||||
insertIfOnline('public');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue