fixed loading issue for card view

This commit is contained in:
defnax 2019-12-27 19:53:06 +01:00
parent 54d0d8ab8b
commit f99224e1c0

View File

@ -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);
}
}