Skip to content

Commit 21a44cf

Browse files
committed
Improvement
1 parent 9c3b9fc commit 21a44cf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/API.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ final class API extends AbstractAPI
5151
*
5252
* @var string
5353
*/
54-
public const RELEASE = '8.4.12';
54+
public const RELEASE = '8.4.13';
5555
/**
5656
* We're not logged in.
5757
*

src/Loop/Connection/WriteLoop.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public function encryptedWriteLoop(): void
199199
continue;
200200
}
201201
$msgIds[] = $id;
202-
$list .= $msg->constructor.', ';
202+
$list .= $msg.', ';
203203
$arr[] = $msg;
204204
}
205205
$this->API->logger("Still missing {$list} on DC {$this->datacenter}, sending state request", Logger::ERROR);

0 commit comments

Comments
 (0)