mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-18 08:11:41 +01:00
these were public actually
This commit is contained in:
parent
3f9f0e98c7
commit
8adc5a9fae
@ -306,8 +306,8 @@ class SenderKeyDecryption {
|
|||||||
class DecryptionChanges {
|
class DecryptionChanges {
|
||||||
constructor(
|
constructor(
|
||||||
private readonly senderKeyDecryptions: SenderKeyDecryption[],
|
private readonly senderKeyDecryptions: SenderKeyDecryption[],
|
||||||
private readonly results: DecryptionResult[],
|
public readonly results: DecryptionResult[],
|
||||||
private readonly errors: DecryptionError[],
|
public readonly errors: DecryptionError[],
|
||||||
private readonly account: Account,
|
private readonly account: Account,
|
||||||
private readonly lock: ILock
|
private readonly lock: ILock
|
||||||
) {}
|
) {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user