From cdfba2217b001c1a2faf6b1b424b85ccb77e2a6a Mon Sep 17 00:00:00 2001 From: Anillc Date: Tue, 3 May 2022 19:43:38 +0800 Subject: [PATCH] fix(sandbox): fix incorrect selfId for the assignee in database (#661) --- plugins/frontend/sandbox/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/frontend/sandbox/src/index.ts b/plugins/frontend/sandbox/src/index.ts index 8c3c0c58ff..13d658ea3a 100644 --- a/plugins/frontend/sandbox/src/index.ts +++ b/plugins/frontend/sandbox/src/index.ts @@ -82,7 +82,7 @@ export default class Sandbox extends Adapter { content, channelId: channel, guildId: channel, - selfId: 'sandbox', + selfId: 'koishi', type: 'message', subtype: channel === '@' + user ? 'private' : 'group', author: {