Remove spammy matrix chat log (#34275)
This commit is contained in:
@@ -643,11 +643,6 @@ export default class MatrixChat extends React.PureComponent<IProps, IState> {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Exclude some rather spammy actions from being logged.
|
|
||||||
if (payload.action != Action.UserActivity) {
|
|
||||||
logger.debug(`MatrixChat: handling action ${payload.action}`);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Start the onboarding process for certain actions
|
// Start the onboarding process for certain actions
|
||||||
if (
|
if (
|
||||||
MatrixClientPeg.get()?.isGuest() &&
|
MatrixClientPeg.get()?.isGuest() &&
|
||||||
|
|||||||
Reference in New Issue
Block a user