mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
* Specify Organization indexed on search service a null indexedEntityId specifies it is the users entire vault. otherwise, organizations specify their id to signify the index is a subset. user's vault will re-index if the indexed entity does not match the users id or null. at the moment, user's vault does not set userId because indexing occurs in the setter for decryptedCipherCache, which cannot be asynchronous * Linter fix