grammyjs / conversations

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

fix: wrong context flavor narrowing #56

Closed KnorpelSenf closed 2 years ago

KnorpelSenf commented 2 years ago

Attempt to fix usage with lazy sessions

codecov-commenter commented 2 years ago

Codecov Report

Base: 97.75% // Head: 97.75% // No change to project coverage :thumbsup:

Coverage data is based on head (33c7169) compared to base (b1d65e1). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #56 +/- ## ======================================= Coverage 97.75% 97.75% ======================================= Files 4 4 Lines 713 713 Branches 108 108 ======================================= Hits 697 697 Misses 15 15 Partials 1 1 ``` | [Impacted Files](https://codecov.io/gh/grammyjs/conversations/pull/56?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=grammyjs) | Coverage Δ | | |---|---|---| | [src/conversation.ts](https://codecov.io/gh/grammyjs/conversations/pull/56/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=grammyjs#diff-c3JjL2NvbnZlcnNhdGlvbi50cw==) | `97.63% <ø> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=grammyjs). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=grammyjs)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

KnorpelSenf commented 2 years ago

Sorry @Loskir, it's fixed now