Skip to content
Extraits de code Groupes Projets
Valider 7f9c7d51 rédigé par Will Hunt's avatar Will Hunt
Parcourir les fichiers

Add tests for ProcessCommand and OnAliasQuery

parent 244efdac
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -250,7 +250,7 @@ export class MatrixRoomHandler { ...@@ -250,7 +250,7 @@ export class MatrixRoomHandler {
} catch (err) { } catch (err) {
log.error("MatrixRoomHandler", "Error while unbridging room " + event.room_id); log.error("MatrixRoomHandler", "Error while unbridging room " + event.room_id);
log.error("MatrixRoomHandler", err); log.error("MatrixRoomHandler", err);
return this.bridge.getItent().sendMessage(event.room_id, { return this.bridge.getIntent().sendMessage(event.room_id, {
msgtype: "m.notice", msgtype: "m.notice",
body: "There was an error unbridging this room. " + body: "There was an error unbridging this room. " +
"Please try again later or contact the bridge operator.", "Please try again later or contact the bridge operator.",
......
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