fix: Build-Fehler — topic.keywords → topic.keyword_freq [appimage]
All checks were successful
Build AppImage / build (push) Successful in 6m51s
All checks were successful
Build AppImage / build (push) Successful in 6m51s
Übersehene Referenz in get_kb_session_status() nach Rename. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
113efaacc6
commit
0727dfd21d
1 changed files with 1 additions and 1 deletions
|
|
@ -1287,7 +1287,7 @@ pub async fn get_kb_session_status() -> Result<String, String> {
|
||||||
let topic = SESSION_TOPIC.lock().unwrap();
|
let topic = SESSION_TOPIC.lock().unwrap();
|
||||||
Ok(format!(
|
Ok(format!(
|
||||||
"Keywords: {} | Shown: {} | Messages: {} | Project: {}",
|
"Keywords: {} | Shown: {} | Messages: {} | Project: {}",
|
||||||
topic.keywords.len(),
|
topic.keyword_freq.len(),
|
||||||
topic.shown_ids.len(),
|
topic.shown_ids.len(),
|
||||||
topic.message_count,
|
topic.message_count,
|
||||||
topic.last_project.as_deref().unwrap_or("none")
|
topic.last_project.as_deref().unwrap_or("none")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue