Skip to content

Fix problem with MessageCounter injection

Sebastian requested to merge 507-duplicate-message-counter into main

In BriarUI we were injecting MessageCounterImpl instead of MessageCounter, resulting in two different instances of MessageCounterImpl in different places, effectively not having a singleton any longer.

May close #507 (closed)

Edited by Mikolai Gütschow

Merge request reports