···168168}
169169170170impl UnauthenticatedSession<JacquardResolver> {
171171- /// Create a new unauthenticated session using public resolvers
171171+ /// Create a new unauthenticated session using the public bluesky appview api as a fallback resolver
172172 pub fn new_public() -> Self {
173173 let resolver = Arc::new(JacquardResolver::default());
174174 let endpoint = Arc::new(RwLock::new(None));
···180180 }
181181 }
182182183183- /// Create a new unauthenticated session using the Slingshot relay resolver
183183+ /// Create a new unauthenticated session using the Slingshot service for handle resolution
184184 pub fn new_slingshot() -> Self {
185185 let resolver = Arc::new(slingshot_resolver_default());
186186 let endpoint = Arc::new(RwLock::new(None));