vircadia-metaverse
vircadia-metaverse copied to clipboard
Add filtering for account 'availability'
Implement account filtering so the account "availability" flag properly doesn't show friend-only accounts to others.
Availability: NONE, FRIENDS, CONNECTIONS, ALL
New availability: PARTNER?
Implementation Note: this change is mostly updating the DB queries in AccountFilterInfo.ts. It might require the Mongo aggregation query to filter out the accounts that have limited their visibility ("availability" set).