Skip to content
This repository was archived by the owner on Sep 25, 2023. It is now read-only.
This repository was archived by the owner on Sep 25, 2023. It is now read-only.

Client chat: Message limit #291

@Qaomen

Description

@Qaomen

Description
Currently the client chat contains all messages it has received since the start. To keep the list of messages easier to navigate and save on memory, the total amount of messages should be limited to a certain amount, removing the top-most/oldest whenever it goes over the limit.

Minimum Acceptance Criteria

  • When the maximum amount of chat messages has been reached, the oldest message should be removed when a new one is received.
  • The maximum amount of chat messages should be configurable.

Is blocked by the following issues
Related to #292 for message removal.

Metadata

Metadata

Assignees

No one assigned

    Labels

    clientaffects the clientfeaturenew planned feature

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions