This commit is contained in:
2026-03-10 09:20:13 +07:00
parent 12a0e6db08
commit 2b2ff135ba
9 changed files with 238 additions and 45 deletions

View File

@@ -282,7 +282,7 @@ impl ChatRegistry {
}
/// Get all messages for current user
fn get_messages(&mut self, cx: &mut Context<Self>) {
pub fn get_messages(&mut self, cx: &mut Context<Self>) {
let task = self.subscribe(cx);
self.tasks.push(cx.spawn(async move |this, cx| {