chore: follow up on #203

This commit is contained in:
2025-11-11 11:02:37 +07:00
parent de5134676d
commit d87bcfbd65
7 changed files with 164 additions and 122 deletions

View File

@@ -45,6 +45,7 @@ impl PersonRegistry {
// Handle notifications
cx.spawn({
let client = Arc::clone(&client);
async move |this, cx| {
let mut notifications = client.notifications();
log::info!("Listening for notifications");