mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-29 08:43:29 -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…
x
Reference in New Issue
Block a user