Skip to content
Snippets Groups Projects
Commit e538aaab authored by Andrey Kleshchev's avatar Andrey Kleshchev
Browse files

SL-14497 Observers sometimes were notified with wrong flags

parent d561756d
No related branches found
No related tags found
No related merge requests found
......@@ -408,6 +408,8 @@ BOOL LLMuteList::remove(const LLMute& mute, U32 flags)
else
{
// The caller didn't pass any flags -- just remove the mute entry entirely.
// set flags to notify observers with (flag being present means that something is allowed)
localmute.mFlags = LLMute::flagAll;
}
// Always remove the entry from the set -- it will be re-added with new flags if necessary.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment