mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-09-21 13:24:49 -04:00
added missing update of selected admin ids list
This commit is contained in:
parent
a1a5b80779
commit
65e3684c46
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@ bool GxsForumGroupDialog::service_loadGroup(uint32_t token, Mode /*mode*/, RsGro
|
||||||
|
|
||||||
groupMetaData = groups[0].mMeta;
|
groupMetaData = groups[0].mMeta;
|
||||||
description = QString::fromUtf8(groups[0].mDescription.c_str());
|
description = QString::fromUtf8(groups[0].mDescription.c_str());
|
||||||
|
setSelectedModerators(groups[0].mAdminList.ids);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue