We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c852f25 commit 9344147Copy full SHA for 9344147
src/appservice/Appservice.ts
@@ -673,7 +673,7 @@ export class Appservice extends EventEmitter {
673
const decryptFn = async (client: MatrixClient) => {
674
// Also fetches state in order to decrypt room. We should throw if the client is confused.
675
if (!await client.crypto.isRoomEncrypted(roomId)) {
676
- throw new Error("Client detected that the room is not encrypted.")
+ throw new Error("Client detected that the room is not encrypted.");
677
}
678
let event = (await client.crypto.decryptRoomEvent(encrypted, roomId)).raw;
679
event = await this.processEvent(event);
0 commit comments