This commit is contained in:
Loren Burkholder 2021-03-26 19:22:51 -04:00
parent 069115ba5f
commit ebe80a6006
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ to_json(nlohmann::json &j, const RoomInfo &info);
void
from_json(const nlohmann::json &j, RoomInfo &info);
//! Basic information per member;
//! Basic information per member.
struct MemberInfo
{
std::string name;