Skip to content

events: Re-use event messages where possible

Florian Müllner requested to merge wip/fmuellner/fix-clear-events into master

Destroying and recreating the entire events list on every change is not only wasteful, it also breaks the clear functionality as messages scheduled for removal are replaced with "new" messages after the first message has been removed.

Address both issues by keeping track of all messages and re-use them whenever possible.

Fixes #325 (closed)

Merge request reports