mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-17 18:40:49 -04:00
Add Circle Feed Item.
This commit is contained in:
parent
1766087f71
commit
aa64c4d3c5
14 changed files with 1094 additions and 92 deletions
|
@ -142,6 +142,7 @@ public:
|
|||
|
||||
/* standard load */
|
||||
virtual bool getGroupData(const uint32_t &token, std::vector<RsGxsCircleGroup> &groups) = 0;
|
||||
virtual bool getMsgData(const uint32_t &token, std::vector<RsGxsCircleMsg> &msgs) = 0;
|
||||
|
||||
/* make new group */
|
||||
virtual void createGroup(uint32_t& token, RsGxsCircleGroup &group) = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue