use msg datetime in toVocabUse

This commit is contained in:
ggurdin 2024-06-10 12:16:02 -04:00
parent 2b4ada3202
commit 0110d3c802

View file

@ -127,6 +127,7 @@ class ChoreoRecord {
List<PangeaToken> tokens,
String chatId,
String msgId,
DateTime timestamp,
) {
final List<OneConstructUse> uses = [];
final DateTime now = DateTime.now();
@ -141,7 +142,7 @@ class ChoreoRecord {
OneConstructUse(
useType: type,
chatId: chatId,
timeStamp: now,
timeStamp: timestamp,
lemma: lemma.text,
form: lemma.form,
msgId: msgId,