add new checkpoint
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user