mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-01 18:56:23 -04:00
* Added NewsFeed for new Message.
* Disabled newsFeed for failed connection and disconnect. * Switched interface file_size to 64 bits for larger files. * Flagged distrib groups as changed when subscribe request is processed. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@634 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
aba2630165
commit
56639fd1ba
5 changed files with 14 additions and 2 deletions
|
@ -1061,6 +1061,7 @@ void p3ConnectMgr::tickMonitors()
|
|||
notify->AddFeedItem(RS_FEED_ITEM_PEER_CONNECT, peer.id, "", "");
|
||||
}
|
||||
}
|
||||
#if 0
|
||||
if (peer.actions & RS_PEER_DISCONNECTED)
|
||||
{
|
||||
pqiNotify *notify = getPqiNotify();
|
||||
|
@ -1071,6 +1072,7 @@ void p3ConnectMgr::tickMonitors()
|
|||
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
/* do the Others as well! */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue