mirror of https://github.com/tooot-app/app
Fixed #40
This commit is contained in:
parent
4319e83bb9
commit
1b23e3f0f3
|
@ -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({
|
||||
|
|
Loading…
Reference in New Issue