new commit

1 parent 8f7df78f
Showing with 2 additions and 2 deletions
......@@ -398,7 +398,7 @@ async function main() {
console.log(response);
}
if (conversation_status_id == "forward") {
/*if (conversation_status_id == "forward") {
action = "force_conversations_mail";
request = {
owner: events_owner,
......@@ -409,7 +409,7 @@ async function main() {
console.log(request);
response = await shared.ai_api_hook(action, request);
console.log(response);
}
}*/
// Send text file to Google Disk
if (audioChannel)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!