We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91eb6a7 commit f76b60aCopy full SHA for f76b60a
src/js/app/index.js
@@ -259,7 +259,9 @@ function handleCfgData(relevanceList, status){
259
ui: commonConfig.getConfig().ui || {
260
H5Title: {}
261
},
262
- toolbar: commonConfig.getConfig().toolbar || {},
+ toolbar: commonConfig.getConfig().toolbar || {
263
+ sendAttachment: true
264
+ },
265
chat: commonConfig.getConfig().chat || {}
266
});
267
0 commit comments