forked from mystiq/hydrogen-web
Update src/matrix/e2ee/DecryptionResult.ts
Co-authored-by: R Midhun Suresh <hi@midhun.dev>
This commit is contained in:
parent
620409b3f0
commit
3330530f68
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ export class DecryptionResult {
|
||||||
public readonly claimedEd25519Key: string
|
public readonly claimedEd25519Key: string
|
||||||
) {}
|
) {}
|
||||||
|
|
||||||
setDevice(device: DeviceIdentity) {
|
setDevice(device: DeviceIdentity): void {
|
||||||
this.device = device;
|
this.device = device;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue