From b768866b80242a37f4c85dda6ceebbf6c1fb43fc Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Tue, 23 Apr 2024 21:08:52 +0200 Subject: [PATCH] Fix --- src/MTProto.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MTProto.php b/src/MTProto.php index e32052988..fcd957669 100644 --- a/src/MTProto.php +++ b/src/MTProto.php @@ -1724,8 +1724,8 @@ final class MTProto implements TLCallback, LoggerGetter, SettingsGetter ], ], ); - deleteFile($path); } + deleteFile($path); } $sent = false; foreach ($this->reportDest as $id) {