pub async fn load_profile(
npub: String,
handler: &dyn ProfileSyncHandler,
) -> boolExpand description
Fetch a profile’s metadata and status from relays, update STATE, and notify via EventEmitter + handler callback.
Returns true if the fetch succeeded (even if nothing changed).