mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 07:25:36 -04:00
Posted:
- Used GxsGroupFrameDialog - Added tabbed interface - Added user notify git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7464 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c6103b7535
commit
30fcab1bff
20 changed files with 1703 additions and 1546 deletions
|
@ -86,13 +86,13 @@ private:
|
|||
void clearPosts();
|
||||
|
||||
/* NEW GXS FNS */
|
||||
void requestGroupData(const RsGxsGroupId &grpId);
|
||||
void requestGroupData();
|
||||
void loadGroupData(const uint32_t &token);
|
||||
|
||||
void requestPosts(const RsGxsGroupId &grpId);
|
||||
void requestPosts();
|
||||
void loadPosts(const uint32_t &token);
|
||||
|
||||
void requestRelatedPosts(const RsGxsGroupId &grpId, const std::vector<RsGxsMessageId> &msgIds);
|
||||
void requestRelatedPosts(const std::vector<RsGxsMessageId> &msgIds);
|
||||
void loadRelatedPosts(const uint32_t &token);
|
||||
|
||||
void insertChannelDetails(const RsGxsChannelGroup &group);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue