Skip to content
Extraits de code Groupes Projets
Valider e80b2535 rédigé par Half-Shot's avatar Half-Shot
Parcourir les fichiers

Remove EventUnknonwError for now

parent f747c6e7
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -150,7 +150,8 @@ export class MatrixEventProcessor {
}
return;
}
throw new Unstable.EventUnknownError(`${event.event_id} not processed by bridge`);
log.verbose(`${event.event_id} not processed by bridge`);
//throw new Unstable.EventUnknownError(`${event.event_id} not processed by bridge`);
}
public async HandleEncryptionWarning(roomId: string): Promise<void> {
......
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