Don't resync the silence list when it comes from the network.

This isn't presently networked but it should prevent future issues.
This commit is contained in:
Sadie Powell 2024-07-21 11:37:23 +01:00
parent a4bee21ab5
commit 62f3278a4a

View File

@ -270,7 +270,7 @@ public:
}
// The value was well formed.
Set(user, list);
Set(user, list, false);
}
std::string ToInternal(const Extensible* container, void* item) const noexcept override