Skip to content

Rework Aborted and Closed states #480

@t-bast

Description

@t-bast

It's a bit messy because we use Aborted in places where it should actually be Closed, but we can't because it requires an inner Closing.

An area to explore would be to remove Aborted and Closed entirely, and create a new action ChannelClosed that would:

  • if we had a persisted state, mark it as closed in the DB and remove from _channels
  • otherwise, just remove from _channels

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions