Merge pull request #2250 from PhenomRetroShare/Fix_FriendListStatus

Fix Friend List Status
This commit is contained in:
defnax 2021-01-26 13:38:36 +01:00 committed by GitHub
commit d1c87f215d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 135 additions and 115 deletions

View file

@ -48,11 +48,7 @@ const uint32_t RS_STATUS_COUNT = 0x0005; // count of status
class StatusInfo
{
public:
StatusInfo()
{
status = 0;
time_stamp = 0;
}
StatusInfo() : status(RS_STATUS_OFFLINE), time_stamp(0) {}
public:
RsPeerId id;