mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
Add last_interval field to StatsRevlogEntry
This commit is contained in:
parent
85a7fb41b7
commit
d8161daf9e
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ message CardStatsResponse {
|
||||||
uint32 ease = 5;
|
uint32 ease = 5;
|
||||||
float taken_secs = 6;
|
float taken_secs = 6;
|
||||||
optional cards.FsrsMemoryState memory_state = 7;
|
optional cards.FsrsMemoryState memory_state = 7;
|
||||||
|
int64 last_interval = 8;
|
||||||
}
|
}
|
||||||
repeated StatsRevlogEntry revlog = 1;
|
repeated StatsRevlogEntry revlog = 1;
|
||||||
int64 card_id = 2;
|
int64 card_id = 2;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue