lock SignalVector with shared_lock to allow reading on other threads
This commit is contained in:
@@ -348,7 +348,7 @@ void TwitchModerationElement::addToContainer(MessageLayoutContainer &container,
|
||||
int(container.getScale() * 16));
|
||||
|
||||
for (const auto &action :
|
||||
getApp()->moderationActions->items.getVector())
|
||||
getApp()->moderationActions->items)
|
||||
{
|
||||
if (auto image = action.getImage())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user