diff --git a/Cargo.lock b/Cargo.lock index 79940c0..f70a50a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1109,7 +1109,7 @@ dependencies = [ [[package]] name = "golgi" version = "0.1.1" -source = "git+https://git.coopcloud.tech/golgi-ssb/golgi.git#77dd75bcd4649b7487069a61e2a8069b49f60a1d" +source = "git+https://git.coopcloud.tech/golgi-ssb/golgi#77dd75bcd4649b7487069a61e2a8069b49f60a1d" dependencies = [ "async-std", "async-stream 0.3.2", diff --git a/peach-web/src/utils/sbot.rs b/peach-web/src/utils/sbot.rs index b170b7b..f8e53f5 100644 --- a/peach-web/src/utils/sbot.rs +++ b/peach-web/src/utils/sbot.rs @@ -124,6 +124,8 @@ pub fn latest_sequence_number() -> Result> { task::block_on(async { let mut sbot_client = init_sbot_with_config(&sbot_config).await?; + debug!("sbot initialized"); + // retrieve the local id let id = sbot_client.whoami().await?;