From 3a466b4c38c95dba677b484ca03b815f4b7a59216bf81de3f30c9fa00e28fd59 Mon Sep 17 00:00:00 2001 From: AidarKC Date: Thu, 10 Sep 2026 11:08:30 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D0=BF=D0=BE=D0=B4=D0=BF=D0=B8=D1=81=D1=8C=20?= =?UTF-8?q?=D1=81=D0=BE=D1=81=D1=82=D0=BE=D1=8F=D0=BD=D0=B8=D1=8F=20=D1=87?= =?UTF-8?q?=D1=82=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=BA=D0=B0=D0=BD=D0=B0=D0=BB?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION.properties | 2 +- shine-UI/js/services/auth-service.js | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/VERSION.properties b/VERSION.properties index 8269fbcc..d66506bb 100644 --- a/VERSION.properties +++ b/VERSION.properties @@ -1,2 +1,2 @@ -client.version=1.12.7 +client.version=1.12.8 server.version=1.10.3 diff --git a/shine-UI/js/services/auth-service.js b/shine-UI/js/services/auth-service.js index 5348ea28..f1687c1f 100644 --- a/shine-UI/js/services/auth-service.js +++ b/shine-UI/js/services/auth-service.js @@ -3083,8 +3083,7 @@ export class AuthService { const privateKey = await importPkcs8Ed25519(clientPrivPkcs8); const clientKey = await publicKeyB64FromPkcs8Ed25519(clientPrivPkcs8); - const preimage = [ - 'SHiNe/ChannelReadState:', + const preimage = 'SHiNe/ChannelReadState:' + [ escapeUserSettingPart(cleanLogin), escapeUserSettingPart(cleanOwnerBch), escapeUserSettingPart(cleanChannelName), @@ -3132,8 +3131,7 @@ export class AuthService { const privateKey = await importPkcs8Ed25519(clientPrivPkcs8); const clientKey = await publicKeyB64FromPkcs8Ed25519(clientPrivPkcs8); - const preimage = [ - 'SHiNe/UserSettings:', + const preimage = 'SHiNe/UserSettings:' + [ escapeUserSettingPart(cleanLogin), String(cleanSettingType), escapeUserSettingPart(cleanSettingKey),