pub async fn fetch_user_profile(
user_id: OwnedUserId,
room_id: Option<OwnedRoomId>,
) -> Result<bool>
Expand description
Fetches a given User Profile and adds it to this lib’s User Profile cache.
pub async fn fetch_user_profile(
user_id: OwnedUserId,
room_id: Option<OwnedRoomId>,
) -> Result<bool>
Fetches a given User Profile and adds it to this lib’s User Profile cache.