feat: enhance message capture and processing with backlog support
This commit is contained in:
@@ -29,7 +29,7 @@ async function syncChannelMessages(
|
||||
continue;
|
||||
}
|
||||
|
||||
await captureMessage(message, "text");
|
||||
await captureMessage(message, "text", { source: "backlog" });
|
||||
synced++;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user