Add text file post functionality
This commit is contained in:
@@ -651,6 +651,10 @@
|
||||
messageInput += res.data
|
||||
updateInputSizeAll()
|
||||
}
|
||||
if(res?.type === 'text'){
|
||||
messageInput += `{{file::${res.name}::${res.data}}}`
|
||||
updateInputSizeAll()
|
||||
}
|
||||
}}>
|
||||
<ImagePlusIcon />
|
||||
<span class="ml-2">{language.postFile}</span>
|
||||
|
||||
Reference in New Issue
Block a user