mirror of
https://github.com/perstarkse/minne.git
synced 2026-05-31 03:40:38 +02:00
fix: chat push url and references
This commit is contained in:
@@ -222,5 +222,5 @@ pub async fn new_chat_user_message(
|
||||
HeaderValue::from_str(&format!("/chat/{}", conversation.id)).unwrap(),
|
||||
);
|
||||
|
||||
Ok(response)
|
||||
Ok(response.into_response())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user