From 22bf643d5e18fb063470736f276fcae2d09beddd Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Sat, 13 Dec 2025 18:02:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A0=A2=E5=88=B0=E5=AE=B6=E8=A1=8C?= =?UTF-8?q?=E4=B8=BA=E4=B9=8B=20getTheOtherUserIdOrThrow=20=E5=86=99?= =?UTF-8?q?=E6=88=90=E4=BA=86=20updateSettings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client-protocol/Chat.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-protocol/Chat.ts b/client-protocol/Chat.ts index 4fc9d1b..bbd92c5 100644 --- a/client-protocol/Chat.ts +++ b/client-protocol/Chat.ts @@ -198,7 +198,7 @@ export default class Chat extends BaseClientObject { } } async getTheOtherUserIdOrThrow() { - const re = await this.client.invoke("Chat.updateSettings", { + const re = await this.client.invoke("Chat.getAnotherUserIdFromPrivate", { token: this.client.access_token, target: this.bean.id, })