This commit is contained in:
Zhiyuan Zheng 2021-03-11 22:27:38 +01:00
parent 4319e83bb9
commit 1b23e3f0f3
No known key found for this signature in database
GPG Key ID: 078A93AB607D85E0
1 changed files with 7 additions and 6 deletions

View File

@ -155,12 +155,13 @@ const ScreenCompose: React.FC<ScreenComposeProp> = ({
disableDebounce: true
})
}
formatText({
textInput: 'text',
composeDispatch,
content: params.accts.map(acct => `@${acct}`).join(' ') + ' ',
disableDebounce: true
})
params.accts.length && // When replying to myself only, do not add space or even format text
formatText({
textInput: 'text',
composeDispatch,
content: params.accts.map(acct => `@${acct}`).join(' ') + ' ',
disableDebounce: true
})
break
case 'conversation':
formatText({