new commit

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