Closed cakeinpanic closed 1 month ago
It just means that the order of your middleware is incorrect. You need to install the conversation before the menu if you want to enter it from a menu button handler.
@KnorpelSenf it worked as a charm, thank you!
Nice!
Hi, I'm trying to build a following logic:
/settings
But I've faced that in conversation object is not present in context, so I can not start it :(
Is it like this by design? Can this be bypassed?