grammyjs / conversations

Conversational interfaces for grammY.
https://grammy.dev/plugins/conversations
MIT License
48 stars 17 forks source link

Using conversations with multi sessions #61

Closed askador closed 1 year ago

askador commented 1 year ago

Problem: An error occcurs after conversation is finished Error: TypeError: Cannot delete property 'conversation' of #<Object> at node_modules\@grammyjs\conversations\out\conversation.js:304:17 Expected behavior: Conversation finishes safely Bug representation: https://pastebin.com/eHuz9JbS

KnorpelSenf commented 1 year ago

Can you reproduce this if you install the plugin from source? I think it has already been fixed

KnorpelSenf commented 1 year ago

I managed to reproduce it again, it is a bug with the multi sessions rather than conversations

KnorpelSenf commented 1 year ago

I was wrong, it cannot be fixed in the core library haha :D

KnorpelSenf commented 1 year ago

@askador please review #62