Skip to main content

community_exists

Function community_exists 

Source
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).