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

Correct spelling in error message


Signed-off-by: default avatarKai A. Hiller <V02460@gmail.com>
parent 2433d4cf
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -129,7 +129,7 @@ export class MatrixEventProcessor { ...@@ -129,7 +129,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.warn("Got radaction event with no linked room. Ignoring."); log.warn("Got redaction 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