ioi-germany / cms

Contest Management System
GNU Affero General Public License v3.0
13 stars 1 forks source link

Make TelegramBot Persistent #29

Open magula opened 1 year ago

magula commented 1 year ago

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:

See also https://github.com/cms-dev/cms/pull/1198, which includes suggestions on how to implement persistence.