fix duplicate notifications on support chat request; fix transcript attachment filename

This commit is contained in:
Sharon Kennedy
2020-06-19 12:57:23 -04:00
parent 5ac3b9d367
commit 391bd22121
7 changed files with 210 additions and 99 deletions

View File

@@ -11,7 +11,6 @@ const {
BOT_USERID,
BOT_PASSWORD,
BOT_DISPLAY_NAME,
FACILITATOR_GROUP_ID,
FACILITATOR_ROOM_ID,
CAPTURE_TRANSCRIPTS,
} = process.env;
@@ -26,7 +25,6 @@ const botConfig = {
BOT_USERID,
BOT_PASSWORD,
BOT_DISPLAY_NAME,
FACILITATOR_GROUP_ID,
FACILITATOR_ROOM_ID,
CAPTURE_TRANSCRIPTS,
}