TomRichter / PulsarServers

MIT License
1 stars 0 forks source link

Save Message IDs for Resume #3

Open TomRichter opened 5 years ago

TomRichter commented 5 years ago

Currently, old messages are not reused when the bot is restarted, necessitating deletion and resubscription. Save message IDd on subscription and reuse them when reconnecting. Add logic for detecting if messages still exist and unsubscribe if one or more have been deleted.