mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-28 16:17:28 -04:00
added admin list to forum group data
This commit is contained in:
parent
0bc77749d0
commit
b20bd0a454
3 changed files with 12 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue