Skip to content

Commit

Permalink
post merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BillCarsonFr committed Oct 25, 2023
1 parent eef6a45 commit c5c745e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rust-crypto/RoomEncryptor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import { Logger, logger } from "../logger";
import { KeyClaimManager } from "./KeyClaimManager";
import { RoomMember } from "../models/room-member";
import { HistoryVisibility } from "../@types/partials";
import { OutgoingRequestsManager } from "./OutgoingRequestsManager";

/**
* RoomEncryptor: responsible for encrypting messages to a given room
Expand Down

0 comments on commit c5c745e

Please sign in to comment.