diff --git a/www/common/onlyoffice/inner.js b/www/common/onlyoffice/inner.js index c3c820648..1cc933977 100644 --- a/www/common/onlyoffice/inner.js +++ b/www/common/onlyoffice/inner.js @@ -2746,11 +2746,9 @@ Uncaught TypeError: Cannot read property 'calculatedType' of null }; var importFile = function(content) { - if (checkChannelUsers()) { return; } - if (!content) { UI.removeModals(); return void UI.alert(Messages.oo_invalidFormat);