We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf0e2c commit c49cd7eCopy full SHA for c49cd7e
1 file changed
bare/utils.js
@@ -444,7 +444,7 @@ const sanitize_typing_message = (data) => {
444
//Check if it is an image or video with allowed type
445
function check_if_media(path, size) {
446
if (path === undefined) return false;
447
- if (size >= 10000000) return false;
+ if (size >= 50000000) return false;
448
const types = [
449
{ file: '.png', type: 'image' },
450
{ file: '.jpg', type: 'image' },
0 commit comments