mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-23 16:23:55 +02:00
chatview: set displayName for files
Change-Id: I7fa866deeb355790ee0dc688a3167728ccc43be9
This commit is contained in:
parent
a1de98c551
commit
32a8978ff1
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ buildInteractionJson(lrc::api::ConversationModel& conversationModel,
|
||||||
interactionObject.insert("totalSize", QJsonValue(qint64(info.totalSize)));
|
interactionObject.insert("totalSize", QJsonValue(qint64(info.totalSize)));
|
||||||
interactionObject.insert("progress", QJsonValue(qint64(info.progress)));
|
interactionObject.insert("progress", QJsonValue(qint64(info.progress)));
|
||||||
}
|
}
|
||||||
|
interactionObject.insert("displayName", QJsonValue(inter.commit["displayName"]));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case lrc::api::interaction::Type::INVALID:
|
case lrc::api::interaction::Type::INVALID:
|
||||||
|
|
Loading…
Add table
Reference in a new issue