Skip to content
Extraits de code Groupes Projets
Valider bc45b003 rédigé par V02460's avatar V02460 Validation de Kai A. Hiller
Parcourir les fichiers

Change log level for redactions with no linked room


Co-Authored-By: default avatarWill Hunt <will@half-shot.uk>
parent 80359825
Branches
Étiquettes
Aucune requête de fusion associée trouvée
...@@ -123,7 +123,7 @@ export class MatrixEventProcessor { ...@@ -123,7 +123,7 @@ export class MatrixEventProcessor {
return; return;
} else if (event.type === "m.room.redaction") { } else if (event.type === "m.room.redaction") {
if (!context.rooms.remote) { if (!context.rooms.remote) {
log.info("Got radaction event with no linked room. Ignoring."); log.warn("Got radaction event with no linked room. Ignoring.");
return; return;
} }
await this.discord.ProcessMatrixRedact(event); await this.discord.ProcessMatrixRedact(event);
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter