use msg datetime in toVocabUse
This commit is contained in:
parent
2b4ada3202
commit
0110d3c802
1 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue