mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 00:25:16 -04:00
fixed unread chat cound in FriendsDialog, fix display of status in distant chat (Patch from electron)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7832 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
0e2c4266fa
commit
4d26726a88
8 changed files with 131 additions and 52 deletions
|
@ -49,7 +49,7 @@
|
|||
#include "util/misc.h"
|
||||
#include "vmessagebox.h"
|
||||
#include "util/QtVersion.h"
|
||||
|
||||
#include "gui/chat/ChatUserNotify.h"
|
||||
#include "gui/connect/ConnectProgressDialog.h"
|
||||
|
||||
#include "FriendList.h"
|
||||
|
@ -598,10 +598,9 @@ void FriendList::insertPeers()
|
|||
return;
|
||||
}
|
||||
|
||||
// get ids of existing private chat messages
|
||||
std::list<RsPeerId> privateChatIds;
|
||||
// TODO
|
||||
//rsMsgs->getPrivateChatQueueIds(true, privateChatIds);
|
||||
// get peers with waiting incoming chats
|
||||
std::vector<RsPeerId> privateChatIds;
|
||||
ChatUserNotify::getPeersWithWaitingChat(privateChatIds);
|
||||
|
||||
// get existing groups
|
||||
std::list<RsGroupInfo> groupInfoList;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue