fixed problematic re-numbering of status flags (non-backward compatible)

This commit is contained in:
csoler 2025-10-13 22:49:15 +02:00
parent ed08009414
commit daaa7985a3
3 changed files with 3 additions and 3 deletions

View file

@ -347,7 +347,7 @@ RsStatusValue ChatDialog::getPeerStatus()
return cw->getPeerStatus();
}
return RsStatusValue::RS_STATUS_UNKNOWN;
return RsStatusValue::RS_STATUS_OFFLINE;
}
QString ChatDialog::getTitle()