Add timestamp to saved histories (re: b4ef0862978ae79a5cb741ac49370ed678857b1f)

This commit is contained in:
Quincy Morgan
2020-01-15 13:11:08 -05:00
parent ab278a84df
commit f270c475ea
+3 -1
View File
@@ -506,7 +506,9 @@ export function coreHistory(context) {
baseEntities: Object.values(baseEntities),
stack: s,
nextIDs: osmEntity.id.next,
index: _index
index: _index,
// note the time the changes were saved
timestamp: (new Date()).getTime()
});
},