···156156 // Using granular scope for status records only
157157 // This replaces TransitionGeneric with specific permissions
158158 Scope::Unknown("repo:io.zzstoatzz.status.record".to_string()),
159159+ // Need to read profiles for the feed page
160160+ Scope::Unknown(
161161+ "rpc:app.bsky.actor.getProfile?aud=did:web:api.bsky.app#bsky_appview"
162162+ .to_string(),
163163+ ),
164164+ // Need to read following list for following feed
165165+ Scope::Unknown(
166166+ "rpc:app.bsky.graph.getFollows?aud=did:web:api.bsky.app".to_string(),
167167+ ),
159168 ]),
160169 },
161170 keys: None,