forked from mystiq/hydrogen-web
typo in comments
This commit is contained in:
parent
908f9a7ce3
commit
aabfbf507e
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ export class Account {
|
||||||
// We need to keep a pool of one time public keys on the server so that
|
// We need to keep a pool of one time public keys on the server so that
|
||||||
// other devices can start conversations with us. But we can only store
|
// other devices can start conversations with us. But we can only store
|
||||||
// a finite number of private keys in the olm Account object.
|
// a finite number of private keys in the olm Account object.
|
||||||
// To complicate things further then can be a delay between a device
|
// To complicate things further there can be a delay between a device
|
||||||
// claiming a public one time key from the server and it sending us a
|
// claiming a public one time key from the server and it sending us a
|
||||||
// message. We need to keep the corresponding private key locally until
|
// message. We need to keep the corresponding private key locally until
|
||||||
// we receive the message.
|
// we receive the message.
|
||||||
|
|
Loading…
Reference in a new issue