Skip to content
Snippets Groups Projects
Commit 32a8978f authored by Sébastien Blin's avatar Sébastien Blin Committed by Andreas Traczyk
Browse files

chatview: set displayName for files

Change-Id: I7fa866deeb355790ee0dc688a3167728ccc43be9
parent a1de98c5
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,7 @@ buildInteractionJson(lrc::api::ConversationModel& conversationModel,
interactionObject.insert("totalSize", QJsonValue(qint64(info.totalSize)));
interactionObject.insert("progress", QJsonValue(qint64(info.progress)));
}
interactionObject.insert("displayName", QJsonValue(inter.commit["displayName"]));
break;
}
case lrc::api::interaction::Type::INVALID:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment