mirror of
https://github.com/tooot-app/app
synced 2025-05-31 19:29:11 +02:00
Fixed #40
This commit is contained in:
parent
4319e83bb9
commit
1b23e3f0f3
@ -155,12 +155,13 @@ const ScreenCompose: React.FC<ScreenComposeProp> = ({
|
|||||||
disableDebounce: true
|
disableDebounce: true
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
formatText({
|
params.accts.length && // When replying to myself only, do not add space or even format text
|
||||||
textInput: 'text',
|
formatText({
|
||||||
composeDispatch,
|
textInput: 'text',
|
||||||
content: params.accts.map(acct => `@${acct}`).join(' ') + ' ',
|
composeDispatch,
|
||||||
disableDebounce: true
|
content: params.accts.map(acct => `@${acct}`).join(' ') + ' ',
|
||||||
})
|
disableDebounce: true
|
||||||
|
})
|
||||||
break
|
break
|
||||||
case 'conversation':
|
case 'conversation':
|
||||||
formatText({
|
formatText({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user