From 94da1d2b8754abf93b39ddee8f4e7d2b1808d8f9 Mon Sep 17 00:00:00 2001 From: ging-dev Date: Thu, 26 Sep 2024 23:04:47 +0700 Subject: [PATCH 1/4] Share group actions with all members --- src/EventHandler/AbstractMessage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EventHandler/AbstractMessage.php b/src/EventHandler/AbstractMessage.php index 4bf956efd..cab5a5d84 100644 --- a/src/EventHandler/AbstractMessage.php +++ b/src/EventHandler/AbstractMessage.php @@ -867,7 +867,7 @@ abstract class AbstractMessage extends Update implements SimpleFilters return $this->getClient()->methodCallAsyncRead( 'messages.setTyping', [ - 'peer' => $this->senderId, + 'peer' => $this->chatId, 'top_msg_id' => $this->topicId, 'action' => $action, ], From ca0378040f4f1c2e330173f8b562fac86a51764d Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Fri, 27 Sep 2024 16:48:14 +0200 Subject: [PATCH 2/4] bump --- psalm-baseline.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/psalm-baseline.xml b/psalm-baseline.xml index f5064cb11..3061d4903 100644 --- a/psalm-baseline.xml +++ b/psalm-baseline.xml @@ -749,7 +749,7 @@ getClient()->methodCallAsyncRead( 'messages.setTyping', [ - 'peer' => $this->senderId, + 'peer' => $this->chatId, 'top_msg_id' => $this->topicId, 'action' => $action, ], @@ -3337,6 +3337,11 @@ datacenter)]]> + + + + + settings->getAppInfo()->getLangCode()]]]> @@ -4376,6 +4381,8 @@ pendingDb]]> + + @@ -4401,6 +4408,7 @@ API->methodCallAsyncRead('contacts.resolveUsername', ['username' => $username]))['peer']]]> + db[$bot_api_id]]]> db[$bot_api_id]]]> db[$chat['id']]]]> db[$chat['id']]]]> @@ -4462,6 +4470,7 @@ + From cdca8a74f512cfa354f275b190c92f5cb3ae9bce Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Fri, 27 Sep 2024 16:48:29 +0200 Subject: [PATCH 3/4] Bump --- src/API.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/API.php b/src/API.php index e190f567e..a52f15ec1 100644 --- a/src/API.php +++ b/src/API.php @@ -51,7 +51,7 @@ final class API extends AbstractAPI * * @var string */ - public const RELEASE = '8.3.2'; + public const RELEASE = '8.3.3'; /** * We're not logged in. * From 63ec44e3a21d23a8d0cb6ba741c5f0b1381f4451 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Fri, 27 Sep 2024 16:49:02 +0200 Subject: [PATCH 4/4] Bump --- src/API.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/API.php b/src/API.php index a52f15ec1..e190f567e 100644 --- a/src/API.php +++ b/src/API.php @@ -51,7 +51,7 @@ final class API extends AbstractAPI * * @var string */ - public const RELEASE = '8.3.3'; + public const RELEASE = '8.3.2'; /** * We're not logged in. *