MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / getChatMode

Method getChatMode

mode/mode.ts:145–147  ·  view source on GitHub ↗
(chatId: string)

Source from the content-addressed store, hash-verified

143 /* ===================== per-chat 模式读取与设置 ===================== */
144
145 private getChatMode(chatId: string): Mode {
146 return this.db.data.chats[chatId] || Mode.OFF;
147 }
148
149 private async setChatMode(chatId: string, mode: Mode) {
150 this.db.data.chats[chatId] = mode;

Callers 1

MessageModePluginClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected