add new checkpoint

This commit is contained in:
DenioD
2020-05-09 13:27:32 +02:00
parent b99a0b1210
commit 3998e83a1b
4 changed files with 5 additions and 9 deletions

View File

@@ -889,7 +889,6 @@ void Controller::refreshTransactions() {
true
);
DataStore::getChatDataStore()->setData(chatModel->generateChatItemID(item), item);
//chatModel->addMessage(item);
}
@@ -984,6 +983,7 @@ void Controller::refreshTransactions() {
}else{ contact = "";}
position = it["position"].get<json::number_integer_t>();
ChatItem item = ChatItem(
datetime,
address,