mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
new collections not synced automatically to clients #1612
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ristein on GitHub (Jun 21, 2023).
Subject of the issue
after adding a collection inside an organization, clients have to manually sync in settings to be able use or show these new collections.
Deployment environment
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden: ADMIN_TOKEN
Install method: docker
Clients used: android, firefox
Reverse proxy and version: apache
MySQL/MariaDB or PostgreSQL version:
Other relevant details:
Steps to reproduce
puh, I don't know all the settings I tried, sry
Expected behaviour
collections should be synced like everything else
Actual behaviour
collections don't show up until manually synced
Troubleshooting data
@BlackDex commented on GitHub (Jun 22, 2023):
This doesn't even work on
vault.bitwarden.com.Several organizational actions are not synced between clients.
Not even cipher updates in regards to organizational items will be pushed to mobile clients for example.
There isn't even a special Sync Update Type for this specific action.
So, this is not something we can fix on our side as this has to be done on both the client and server side so that it can sync the collections separately from the rest.