fix(stats): parse v3 reading-aware known-word cache in stats server (#149)

This commit is contained in:
2026-07-08 02:15:58 -07:00
committed by GitHub
parent d253710c2e
commit d0644ab2eb
3 changed files with 57 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
type: fixed
area: stats
- Session known-word counts no longer show 0 everywhere. The stats server's known-word cache parser only understood the v1/v2 cache formats, so after the reading-aware v3 cache upgrade it silently treated the cache as missing; it now flattens v3 note entries into the headword set.