mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
parent
2d7c007eb2
commit
c7b78ca182
1 changed files with 2 additions and 0 deletions
|
@ -108,6 +108,8 @@ GridImagePackModel::GridImagePackModel(const std::string &roomId, bool stickers,
|
|||
PackDesc newPack{};
|
||||
newPack.packname =
|
||||
pack.pack.pack ? QString::fromStdString(pack.pack.pack->display_name) : QString();
|
||||
newPack.packavatar =
|
||||
pack.pack.pack ? QString::fromStdString(pack.pack.pack->avatar_url) : QString();
|
||||
newPack.room_id = pack.source_room;
|
||||
newPack.state_key = pack.state_key;
|
||||
|
||||
|
|
Loading…
Reference in a new issue