mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-17 20:04:22 -05:00
added online status for FS
This commit is contained in:
parent
24ad687c7f
commit
4d386e9cf1
@ -134,6 +134,9 @@ void FriendServerControl::handleEvent_main_thread(std::shared_ptr<const RsEvent>
|
||||
case RsFriendServerEventCode::PEER_INFO_CHANGED: updateContactsStatus();
|
||||
break;
|
||||
|
||||
case RsFriendServerEventCode::FRIEND_SERVER_STATUS_CHANGED: updateFriendServerStatusIcon(fe->mFriendServerStatus == RsFriendServerStatus::ONLINE);
|
||||
break;
|
||||
|
||||
default:
|
||||
case RsFriendServerEventCode::UNKNOWN: break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user