You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-29 21:23:11 +03:00
try catch for plain text
This commit is contained in:
@@ -118,7 +118,7 @@ export default abstract class Exporter {
|
||||
limit = 40;
|
||||
break;
|
||||
default:
|
||||
limit = Number.MAX_VALUE;
|
||||
limit = 10**8;
|
||||
}
|
||||
return limit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user