remove obsolete comment

This commit is contained in:
Bruno Windels 2020-11-09 17:22:37 +01:00
parent 6572377832
commit bd5771e449

View file

@ -266,7 +266,6 @@ export class RoomEncryption {
async encrypt(type, content, hsApi) {
const megolmResult = await this._megolmEncryption.encrypt(this._room.id, type, content, this._encryptionParams);
if (megolmResult.roomKeyMessage) {
// TODO: should we await this??
this._shareNewRoomKey(megolmResult.roomKeyMessage, hsApi);
}
return {