.
Some checks failed
Rust / build (ubuntu-latest, stable) (push) Failing after 1m42s
Rust / build (ubuntu-latest, stable) (pull_request) Failing after 5m42s

This commit is contained in:
2026-01-27 15:40:36 +07:00
parent a39725b1d3
commit 0d5bc286f7
3 changed files with 23 additions and 17 deletions

View File

@@ -121,6 +121,8 @@ impl ChatRegistry {
// Track unwrapping progress
this.tracking(cx);
}
// Get chat rooms from the database on every identity change
this.get_rooms(cx);
}),
);