fix duplicate notifications on support chat request; fix transcript attachment filename
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user