mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 16:45:11 -04:00
Extend the status service to notify on own status change.
Prepared PopupChatDialog for receive this notify event. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3410 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
005cf957f8
commit
d9744ea979
2 changed files with 56 additions and 40 deletions
|
@ -170,6 +170,9 @@ bool p3StatusService::sendStatus(const std::string &id, uint32_t status)
|
|||
sendItem(statusItem);
|
||||
}
|
||||
|
||||
/* send notify of own status change */
|
||||
rsicontrol->getNotify().notifyPeerStatusChanged(statusInfo.id, statusInfo.status);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue