diff --git a/www/common/cryptpad-common.js b/www/common/cryptpad-common.js index e1743b89c..b0d6ea424 100644 --- a/www/common/cryptpad-common.js +++ b/www/common/cryptpad-common.js @@ -1235,7 +1235,6 @@ define([ $img.attr('src', src); $img.attr('data-crypto-key', 'cryptpad:' + cryptKey); require(['/common/media-tag.js'], function (MediaTag) { - MediaTag.CryptoFilter.setAllowedMediaTypes(common.avatarAllowedTypes); MediaTag($img[0]); var observer = new MutationObserver(function(mutations) { mutations.forEach(function(mutation) {