mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Fix typo
This commit is contained in:
parent
069115ba5f
commit
ebe80a6006
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ to_json(nlohmann::json &j, const RoomInfo &info);
|
||||||
void
|
void
|
||||||
from_json(const nlohmann::json &j, RoomInfo &info);
|
from_json(const nlohmann::json &j, RoomInfo &info);
|
||||||
|
|
||||||
//! Basic information per member;
|
//! Basic information per member.
|
||||||
struct MemberInfo
|
struct MemberInfo
|
||||||
{
|
{
|
||||||
std::string name;
|
std::string name;
|
||||||
|
|
Loading…
Reference in a new issue