File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -240,10 +240,10 @@ def twilio_specific_settings(bi: BotIntegration):
240
240
gui .caption (
241
241
f"[Upgrade]({ settings .PRICING_DETAILS_URL } ) for missed call support."
242
242
)
243
- else :
244
- gui .caption (
245
- "When enabled, immediately hangs up incoming calls and calls back the user so they don't incur charges (depending on their carrier/plan)."
246
- )
243
+
244
+ gui .caption (
245
+ "When enabled, immediately hangs up incoming calls and calls back the user so they don't incur charges (depending on their carrier/plan)."
246
+ )
247
247
248
248
bi .twilio_fresh_conversation_per_call = gui .checkbox (
249
249
"🔄 Fresh Conversation History for Each Call" ,
Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ def fb_webhook(
290
290
return Response ("OK" )
291
291
292
292
try :
293
- convo = Conversation .objects .get_or_create (
293
+ convo , _ = Conversation .objects .get_or_create (
294
294
bot_integration = bi ,
295
295
wa_phone_number = user_id ,
296
296
extension = bot_extension ,
You can’t perform that action at this time.
0 commit comments