pub fn community_exists(id: &CommunityId) -> Result<bool, String>Expand description
Whether a Community with this id is already stored locally (joined). Cheaper than
load_community when only existence matters (e.g. inbound-invite dedup).
pub fn community_exists(id: &CommunityId) -> Result<bool, String>Whether a Community with this id is already stored locally (joined). Cheaper than
load_community when only existence matters (e.g. inbound-invite dedup).