forked from mystiq/hydrogen-web
these were public actually
This commit is contained in:
parent
3f9f0e98c7
commit
8adc5a9fae
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue