Show an appropriate hint if the room is inaccessible

This commit is contained in:
LcsTen 2023-03-09 19:11:43 +01:00
parent 9bd7f98528
commit f186e56121
2 changed files with 2 additions and 2 deletions

View file

@ -222,7 +222,7 @@ RoomlistModel::data(const QModelIndex &index, int role) const
case Roles::RoomName:
return tr("No preview available");
case Roles::LastMessage:
return QString();
return tr("This room is possibly inaccessible");
case Roles::Time:
return QString();
case Roles::Timestamp: