How do i make inactivity timeout last forever and ...
# 🤝help
p
I tried adding 9999..... but its still forgetting my previous conversations when i try in whatsapp or telegram, I am testing on webchat still
q
what you mean? You want to see all msgs? if so can check this #1146462756556521644 .
p
I meant when creating a chatbot you can go to bot settings and set a timeoutt for bot so it would forget the conversation going on untill it that specified time ends(by default its 30 minutes)
q
all conversations are saved. I mean you can access them. timeout is not != forgeting, hmm
p
I meant for the users using the bot
it starts the flow again if the user doesnt reply in 30 mins
q
ah, so it repeats cycle after 30 mins and not stoping, hmm. I will see if I can find solution today. Did you try to use user varibles? Like if user with id did not timeout continue conversation else stop to end. Or maybe if user variable is not empty continue conversation else end it. And in your timeout flow you can fill user variable with user id or so. That means it will fill user variable on timeout and when its starting again it will end conversation beacause its same user still on. Maybe I am wrong and user variable is also deleted after timeout. I will test this tonight, atm afk.
p
thanks for the help, check this out this is the closest thing for what i am looking for but its not working

https://cdn.discordapp.com/attachments/1147539869896290374/1147544486176620656/Screenshot_2023-09-02_at_7.51.42_PM.png

q
I think it's hardcoded than to 30mins max, if that doesnt work.
40 Views