mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed loading issue for card view
This commit is contained in:
parent
54d0d8ab8b
commit
f99224e1c0
@ -37,7 +37,7 @@
|
||||
#include <retroshare/rsposted.h>
|
||||
#include "retroshare/rsgxscircles.h"
|
||||
|
||||
#define POSTED_DEFAULT_LISTING_LENGTH 10
|
||||
#define POSTED_DEFAULT_LISTING_LENGTH 30
|
||||
#define POSTED_MAX_INDEX 10000
|
||||
|
||||
#define TOPIC_DEFAULT_IMAGE ":/icons/png/posted.png"
|
||||
@ -841,6 +841,7 @@ void PostedListWidget::insertPosts(const uint32_t &token)
|
||||
std::cerr << std::endl;
|
||||
/* insert new entry */
|
||||
loadPost(p);
|
||||
loadPostCardView(p);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user