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
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -123,7 +123,7 @@ export class MatrixEventProcessor {
return;
} else if (event.type === "m.room.redaction") {
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;
}
await this.discord.ProcessMatrixRedact(event);
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment