mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-14 12:02:29 -04:00
limit max number of feed items to 500, to avoid flooding possibility. Improved text
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7023 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
8594d68985
commit
b8c65db00e
3 changed files with 16 additions and 4 deletions
|
@ -94,7 +94,7 @@ private:
|
|||
|
||||
void sendNewsFeedChanged();
|
||||
|
||||
QSet<QObject*> widgets;
|
||||
std::list<QObject*> widgets;
|
||||
|
||||
/* lists of feedItems */
|
||||
std::list<ForumNewItem *> mForumNewItems;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue