Skip to content
Snippets Groups Projects
Commit 4541a344 authored by Vitalii Nikitchyn's avatar Vitalii Nikitchyn Committed by Vitalii Nikitchyn
Browse files

fileID field updates persisted

Change-Id: Ib29e6c9ec04c697206684a5cc4d7e626c3ab1a54
parent d2ef8a2a
Branches
No related tags found
No related merge requests found
......@@ -1023,6 +1023,7 @@ Conversation::Impl::handleMessage(History& history,
auto oldBody = sharedCommit->body;
if (sharedCommit->type == "application/data-transfer+json") {
sharedCommit->body["tid"] = peditIt->second.front()->body["tid"];
sharedCommit->body["fileId"] = "";
} else {
sharedCommit->body["body"] = peditIt->second.front()->body["body"];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment