Skip to content
This repository was archived by the owner on Jun 11, 2026. It is now read-only.
This repository was archived by the owner on Jun 11, 2026. It is now read-only.

Offline Status message doesn't get through when shutting down #16

Description

@burdoto

This is due to the bot requesting the last bot message every time it tries to post an update rather than keeping the most recent ID, which is too slow on shutdown.

Also, Offline messages should use a fast resolving;

  • if there is no recent message ID, just send a new one
  • if there is, just send the edit and call it a day
    Maybe it's not necessary to make this check after housekeeping the ID properly.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingprio:mediumIssue has medium priority

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions