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

Method getTasksForChat

keyword/keyword.ts:508–510  ·  view source on GitHub ↗
(cid: number)

Source from the content-addressed store, hash-verified

506 try {
507 const chatId = getChatId(message);
508 if (!chatId || chatId === 0) return;
509
510 const aliasId = keywordAlias.get(chatId);
511 if (aliasId) {
512 const aliasTasks = this.getTasksForChat(aliasId);
513 for (const task of aliasTasks) {

Callers 1

checkAndReplyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected