Force set create date string

This commit is contained in:
Cohee
2023-08-31 19:30:27 +03:00
parent dce959f72d
commit c19eb3146f

View File

@@ -954,6 +954,7 @@ function readFromV2(char) {
});
char['chat'] = char['chat'] ?? humanizedISO8601DateTime();
char['create_date'] = char['create_date'] || humanizedISO8601DateTime();
return char;
}