Libresapi: Extended ChatInfo class to contain own identity used in chat

This commit is contained in:
Konrad 2018-01-05 20:44:48 +01:00
parent 96e75074a8
commit 4026040b49
2 changed files with 14 additions and 5 deletions

View file

@ -104,6 +104,8 @@ public:
bool is_distant_chat_id;
bool is_lobby;
bool is_peer;
std::string own_author_id;
std::string own_author_name;
std::string remote_author_id;
std::string remote_author_name;
};