mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-09 01:25:17 -04:00
Libresapi: Extended ChatInfo class to contain own identity used in chat
This commit is contained in:
parent
96e75074a8
commit
4026040b49
2 changed files with 14 additions and 5 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue