Update ci.

This commit is contained in:
Black Hat
2019-08-29 13:29:51 +08:00
parent 7b23983807
commit 4c2ef78939
4 changed files with 2 additions and 53 deletions

View File

@@ -313,8 +313,9 @@ QVariant MessageEventModel::data(const QModelIndex& idx, int role) const {
default:
break;
}
if (e->hasFileContent())
if (e->hasFileContent()) {
return "file";
}
return "message";
}