Zemanzo / web-marbles

Aims to recreate Marble Racing from the ground up, as a fully web based game
https://playmarbl.es/
GNU General Public License v3.0
23 stars 12 forks source link

Client chat: Message limit #291

Open Qaomen opened 3 years ago

Qaomen commented 3 years ago

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

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