diff --git a/src/webchathelpers.cpp b/src/webchathelpers.cpp index 66e0732f3069cf437fc1cc24d2bcd4ecdeed7350..d265461a858e2d51042b2a82e51854f2777af7bd 100644 --- a/src/webchathelpers.cpp +++ b/src/webchathelpers.cpp @@ -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: