From 88538c7b072dd5dbf166399719df5d9806e0e39b Mon Sep 17 00:00:00 2001 From: sh <37271604+shumvgolove@users.noreply.github.com> Date: Wed, 16 Jul 2025 10:41:53 +0000 Subject: [PATCH 1/2] github/workflows: fix reproduce schedule (#6075) --- .github/workflows/reproduce-schedule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reproduce-schedule.yml b/.github/workflows/reproduce-schedule.yml index 7de44addc7..e86a471782 100644 --- a/.github/workflows/reproduce-schedule.yml +++ b/.github/workflows/reproduce-schedule.yml @@ -25,7 +25,7 @@ jobs: - name: Execute reproduce script run: | - ${GITHUB_WORKSPACE}/scripts/reproduce-builds.sh "$TAG" + ${GITHUB_WORKSPACE}/scripts/simplex-chat-reproduce-builds.sh "$TAG" || : - name: Check if build has been reproduced env: From 5ba53e5c7f486bee4883a3203e7f70b60859efc5 Mon Sep 17 00:00:00 2001 From: Narasimha-sc <166327228+Narasimha-sc@users.noreply.github.com> Date: Thu, 24 Jul 2025 22:38:01 +0000 Subject: [PATCH 2/2] typescript README: fix typo (#6100) --- packages/simplex-chat-client/typescript/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/simplex-chat-client/typescript/README.md b/packages/simplex-chat-client/typescript/README.md index 2228d51648..4940eb0f7c 100644 --- a/packages/simplex-chat-client/typescript/README.md +++ b/packages/simplex-chat-client/typescript/README.md @@ -16,7 +16,7 @@ Client API provides types and functions to: ## Use cases -- chat bots: you can implement any logic of connecting with and communicating with SimpleX Chat users. Using chat groups a chat bot can connect SimleX Chat users with each other. +- chat bots: you can implement any logic of connecting with and communicating with SimpleX Chat users. Using chat groups a chat bot can connect SimpleX Chat users with each other. - control of the equipment: e.g. servers or home automation. SimpleX Chat provides secure and authorised connections, so this is more secure than using rest APIs. Please share your use cases and implementations.