Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TeleBoxOrg/TeleBox_Plugins
/ setChatMode
Method
setChatMode
mode/mode.ts:149–152 ·
view source on GitHub ↗
(chatId: string, mode: Mode)
Source
from the content-addressed store, hash-verified
147
}
148
149
private
async
setChatMode(chatId: string, mode: Mode) {
150
this.db.data.chats[chatId] = mode;
151
await
this.db.write();
152
}
153
154
/* ===================== 白名单 / 黑名单 ===================== */
155
Callers
1
MessageModePlugin
Class · 0.95
Calls
1
write
Method · 0.80
Tested by
no test coverage detected