mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -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
@ -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…
Reference in New Issue
Block a user