Skip to main content

get_profile

Function get_profile 

Source
pub async fn get_profile(
    db: &Arc<RusqliteService>,
    user_id: &str,
) -> Result<Option<Profile>, String>
Expand description

Fetch a single profile, or None if this device does not know it.

TRACES: UR-082 | DR-267