Optimize user model construction by 2.5x
This commit is contained in:
parent
8c06460e91
commit
ee5b33978a
3 changed files with 20 additions and 10 deletions
|
|
@ -28,6 +28,7 @@ struct RoomMember
|
|||
{
|
||||
QString user_id;
|
||||
QString display_name;
|
||||
QString avatar_url;
|
||||
bool is_direct = false;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue