1
0
mirror of https://github.com/danog/magnaluna.git synced 2024-11-26 19:44:46 +01:00

Small fix

This commit is contained in:
Daniil Gentili 2020-03-01 17:44:15 +01:00
parent 115174dfeb
commit 0c03057011
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -109,7 +109,7 @@ class StatusLoop extends ResumableSignalLoop
]);*/ ]);*/
yield $MadelineProto->messages->sendMedia([ yield $MadelineProto->messages->sendMedia([
'reply_to_msg_id' => $this->call->mId, 'reply_to_msg_id' => $this->call->mId,
'peer' => $call->getOtherID(), 'message' => 'Debug info by {$this->me}', 'peer' => $call->getOtherID(), 'message' => "Debug info by {$this->me}",
'media' => [ 'media' => [
'_' => 'inputMediaUploadedDocument', '_' => 'inputMediaUploadedDocument',
'file' => '/tmp/logs'.$call->getCallID()['id'].'.log', 'file' => '/tmp/logs'.$call->getCallID()['id'].'.log',