mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 07:25:36 -04:00
- Added request of complete fill to update broadcast
- Added fill of new messages to GxsChannelPostsWidget instead of a complete refill - Removed static html text from GxsCannelPostItem.ui git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7334 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7634afe733
commit
306c8fe431
11 changed files with 185 additions and 53 deletions
|
@ -82,6 +82,7 @@ private:
|
|||
void processSettings(bool load);
|
||||
|
||||
void setAutoDownloadButton(bool autoDl);
|
||||
void clearPosts();
|
||||
|
||||
/* NEW GXS FNS */
|
||||
void requestGroupData(const RsGxsGroupId &grpId);
|
||||
|
@ -90,8 +91,11 @@ private:
|
|||
void requestPosts(const RsGxsGroupId &grpId);
|
||||
void loadPosts(const uint32_t &token);
|
||||
|
||||
void requestRelatedPosts(const RsGxsGroupId &grpId, const std::vector<RsGxsMessageId> &msgIds);
|
||||
void loadRelatedPosts(const uint32_t &token);
|
||||
|
||||
void insertChannelDetails(const RsGxsChannelGroup &group);
|
||||
void insertChannelPosts(const std::vector<RsGxsChannelPost> &posts);
|
||||
void insertChannelPosts(std::vector<RsGxsChannelPost> &posts, bool related);
|
||||
|
||||
void acknowledgeMessageUpdate(const uint32_t &token);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue