diff --git a/src/models/messageeventmodel.cpp b/src/models/messageeventmodel.cpp index d06869f27..eaa106209 100644 --- a/src/models/messageeventmodel.cpp +++ b/src/models/messageeventmodel.cpp @@ -505,7 +505,8 @@ QVariant MessageEventModel::data(const QModelIndex &idx, int role) const if (role == ProgressInfoRole) { if (auto e = eventCast(&evt)) { - if (e->has()) { + if (e->has() || e->has() || e->has() + || e->has()) { return QVariant::fromValue(m_currentRoom->cachedFileTransferInfo(&evt)); } }