mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fixed #108
This commit is contained in:
@ -83,9 +83,9 @@ const ComposeTextInput: React.FC = () => {
|
||||
if (nativeEvent.linkUri) {
|
||||
uploadAttachment({
|
||||
composeDispatch,
|
||||
imageInfo: {
|
||||
uri: nativeEvent.linkUri,
|
||||
type: 'image',
|
||||
media: {
|
||||
path: nativeEvent.linkUri,
|
||||
mime: 'image/gif',
|
||||
width: 100,
|
||||
height: 100
|
||||
}
|
||||
|
Reference in New Issue
Block a user