···156 // Using granular scope for status records only
157 // This replaces TransitionGeneric with specific permissions
158 Scope::Unknown("repo:io.zzstoatzz.status.record".to_string()),
000000000159 ]),
160 },
161 keys: None,
···156 // Using granular scope for status records only
157 // This replaces TransitionGeneric with specific permissions
158 Scope::Unknown("repo:io.zzstoatzz.status.record".to_string()),
159+ // Need to read profiles for the feed page
160+ Scope::Unknown(
161+ "rpc:app.bsky.actor.getProfile?aud=did:web:api.bsky.app#bsky_appview"
162+ .to_string(),
163+ ),
164+ // Need to read following list for following feed
165+ Scope::Unknown(
166+ "rpc:app.bsky.graph.getFollows?aud=did:web:api.bsky.app".to_string(),
167+ ),
168 ]),
169 },
170 keys: None,