mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 15:35:49 -04:00
WIP Plug deep search into GXS search
This commit is contained in:
parent
a31b06ab60
commit
3fc9ff3fef
2 changed files with 50 additions and 8 deletions
|
@ -31,6 +31,7 @@
|
|||
#include "retroshare/rsgxsservice.h"
|
||||
#include "gxs/rsgxsdata.h"
|
||||
#include "retroshare/rsgxsifacetypes.h"
|
||||
#include "util/rsdeprecate.h"
|
||||
|
||||
/*!
|
||||
* \brief The RsGxsGroupSymmary struct
|
||||
|
@ -44,8 +45,8 @@ struct RsGxsGroupSummary
|
|||
|
||||
RsGxsGroupId group_id ;
|
||||
|
||||
std::string group_name ;
|
||||
std::string group_description ;
|
||||
std::string group_name ;
|
||||
RS_DEPRECATED std::string group_description;
|
||||
std::string search_context ;
|
||||
RsGxsId author_id ;
|
||||
time_t publish_ts ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue