mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-11 10:35:22 -04:00
The private chat can be started from the PeerItem.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3363 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
76019cd671
commit
6d13b3ac54
1 changed files with 3 additions and 2 deletions
|
@ -39,6 +39,7 @@
|
|||
#include "feeds/PeerItem.h"
|
||||
|
||||
#include "settings/rsharesettings.h"
|
||||
#include "chat/PopupChatDialog.h"
|
||||
|
||||
const uint32_t NEWSFEED_PEERLIST = 0x0001;
|
||||
const uint32_t NEWSFEED_FORUMNEWLIST = 0x0002;
|
||||
|
@ -420,6 +421,6 @@ void NewsFeed::openChat(std::string peerId)
|
|||
std::cerr << "NewsFeed::openChat()";
|
||||
std::cerr << std::endl;
|
||||
#endif
|
||||
|
||||
PopupChatDialog::chatFriend(peerId);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue