Muthu Kumar

Results 70 comments of Muthu Kumar

I suspect Stage had a default scene set, and it the bot was always putting the user in the scene if they weren't in it. If you still have this...

@Dikower's reasoning is correct. By default, session key relies on `chat.id` and `from.id`. Telegraf uses this to create one session per chat per user. I would be very cautious about...

This is not reproduceable in the latest Telegraf versions, so I'm closing this as fixed. If you still have an issue, kindly create a new issue and we'll get to...

This is a network issue; not something Telegraf can solve. Since more users always ask this question, and find themselves in this issue, I'm going to answer this as comprehensively...

This may have been due to #1372, fixed in #1713. Closing for housekeeping. Do reopen if this happens after v4.12.

That would not improve the situation. > `MaybePromise` prevents `Map` `Promise | void` also prevents `Map`! Now, we can give up and make it truly just `unknown` (`MaybePromise` will flatten...

Closing this issue as done in v5.

@jibal Both proposals are back on the table and I'm excited/hopeful for both again. :)

* No breaking changes in `bin`. * The `~` prefix is there to avoid breaking when we implement more features some day (like an alternate ID system).

Ideas: 1) Use a new prefix system like `/+:id` for shortid 2) Use a path separator like `/b/:id` The second idea may be more scalable when we add short URL...