Improve state event redaction

This commit is contained in:
Nicolas Werner 2023-03-26 23:37:28 +02:00
parent ef53644155
commit c543b2d4fa
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
3 changed files with 41 additions and 10 deletions

View file

@ -113,8 +113,8 @@ struct MemberInfo
{
std::string name;
std::string avatar_url;
std::string reason;
bool is_direct = false;
std::string reason = "";
bool is_direct = false;
};
void