added admin list to forum group data

This commit is contained in:
csoler 2018-07-15 10:13:04 +02:00
parent 0bc77749d0
commit b20bd0a454
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
3 changed files with 12 additions and 2 deletions

View file

@ -32,8 +32,7 @@
#include "retroshare/rstokenservice.h"
#include "retroshare/rsgxsifacehelper.h"
#include "serialiser/rstlvidset.h"
/* The Main Interface Class - for information about your Peers */
class RsGxsForums;
@ -44,6 +43,7 @@ class RsGxsForumGroup
public:
RsGroupMetaData mMeta;
std::string mDescription;
RsTlvGxsIdSet admin_list; // this is optional, and handled by the serialiser
};
class RsGxsForumMsg