1
0
mirror of https://github.com/danog/magnaluna.git synced 2024-11-26 11:34:39 +01:00
This commit is contained in:
Daniil Gentili 2023-08-20 22:15:42 +02:00
parent 0523de0a26
commit 2ae133ae88
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -278,7 +278,7 @@ Note for iOS users: the official Telegram iOS app has a bug which prevents me fr
$message .= PHP_EOL.PHP_EOL.PHP_EOL;
$message .= "Emojis: ".implode('', $call->getVisualization() ?? []);
$this->messages[$call->otherID] = $this->sendMessage(peer: $call->otherID, message: $message)->id;
$this->messageIds[$call->otherID] = $this->sendMessage(peer: $call->otherID, message: $message)->id;
$this->calls[$call->otherID] = $call;
} catch (Throwable $e) {
$this->logger($e);