Skip to content

Commit 802ee32

Browse files
committed
providing keylength on keyexchange
1 parent 723f9a5 commit 802ee32

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/WEB-INF/classes/EmberChat/Model/Message/KeyExchange.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public function __construct(User $requester, Client $receiver, \stdClass $messag
3131
// append publicKey if given
3232
if ($message->publicKey) {
3333
$this->publicKey = $message->publicKey;
34+
$this->length = $message->length;
3435
}
3536

3637
// append encryptedKey if given

0 commit comments

Comments
 (0)