You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Bypass rageshake when warning about devtools (#7717)
This commit is contained in:
@@ -527,7 +527,8 @@ export default class MatrixChat extends React.PureComponent<IProps, IState> {
|
||||
"and contribute!",
|
||||
);
|
||||
|
||||
console.log(
|
||||
global.mx_rage_logger.bypassRageshake(
|
||||
"log",
|
||||
`%c${waitText}\n%c${scamText}\n%c${devText}`,
|
||||
`font-size:${largeFontSize}; color:blue;`,
|
||||
`font-size:${normalFontSize}; color:red;`,
|
||||
|
||||
Reference in New Issue
Block a user