Only mark as direct, if invite was direct
This commit is contained in:
parent
3d92e8ae60
commit
e7d4aec6ec
3 changed files with 20 additions and 5 deletions
|
|
@ -26,6 +26,7 @@ struct RoomMember
|
|||
{
|
||||
QString user_id;
|
||||
QString display_name;
|
||||
bool is_direct = false;
|
||||
};
|
||||
|
||||
//! Used to uniquely identify a list of read receipts.
|
||||
|
|
@ -98,6 +99,7 @@ struct MemberInfo
|
|||
{
|
||||
std::string name;
|
||||
std::string avatar_url;
|
||||
bool is_direct = false;
|
||||
};
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue