You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-25 17:02:04 +03:00
Fetch exportCSS during export
This commit is contained in:
@ -42,7 +42,7 @@ export default class PlainTextExporter extends Exporter {
|
||||
: _t("Media omitted - file size limit exceeded");
|
||||
}
|
||||
|
||||
protected textForReplyEvent = (ev: MatrixEvent) => {
|
||||
public textForReplyEvent = (ev: MatrixEvent) => {
|
||||
const REPLY_REGEX = /> <(.*?)>(.*?)\n\n(.*)/;
|
||||
const REPLY_SOURCE_MAX_LENGTH = 32;
|
||||
const content = ev.getContent();
|
||||
|
Reference in New Issue
Block a user