Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make TelegramBot Persistent #29

Open
magula opened this issue Feb 11, 2023 · 0 comments
Open

Make TelegramBot Persistent #29

magula opened this issue Feb 11, 2023 · 0 comments

Comments

@magula
Copy link
Member

magula commented Feb 11, 2023

The TelegramBot is not persistent currently. This means that when it starts, it knows nothing about the messages it has sent before. (Some) consequences of this are:

  • If there have been new questions it hasn't notified about (because they have been asked when TelegramBot was stopped), it will not know that, and no one may notice.
  • To answer a question, you press a button under the corresponding question message, or respond to it. If TelegramBot has stopped in the meantime, it will have forgotten about its message, and so it will not register your answer.

See also cms-dev#1198, which includes suggestions on how to implement persistence.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant