added selection boxes to add forum moderators

This commit is contained in:
csoler 2018-08-09 21:18:37 +02:00
parent b20bd0a454
commit ded9c21617
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
8 changed files with 146 additions and 156 deletions

View file

@ -43,7 +43,7 @@ class RsGxsForumGroup
public:
RsGroupMetaData mMeta;
std::string mDescription;
RsTlvGxsIdSet admin_list; // this is optional, and handled by the serialiser
RsTlvGxsIdSet mAdminList; // this is optional, and handled by the serialiser
};
class RsGxsForumMsg