Ensure the UI is updated when we update the banlist by calling it ouside of the cs_setBanned lock.
This is a backport of Core PR11616
Differential D1880
Update ban-state in case of dirty-state during periodic sweep deadalnix on Oct 5 2018, 09:57. Authored by
Details
Ensure the UI is updated when we update the banlist by calling it ouside of the cs_setBanned lock. This is a backport of Core PR11616 make check
Diff Detail
Event TimelineComment Actions Commit comment makes it sound as though notification was happening before, and need to be moved out of a critical area. That is not the case. |