mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #447] WebSocket notifications and attachments #268
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#268
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @cybis on GitHub (Mar 31, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/447
Hi,
I've set up the WebSocket notifications accoring to the wiki page and the instant sync between web vault, dekstop applications and browser extensions basically works. So when creating new entries or modifying existing ones, all the clients (except of mobile clients due to the missing push notification feature) get updated. However, when adding attachments to an entry (a secure note for instance) the entry doesn't get updated. A manual sync on all clients is necessary.
Is this the expected behaviour?
BR CyBiS
@dani-garcia commented on GitHub (Mar 31, 2019):
Uploading attachments should send a notification to the other clients that the entry was updated, same as updating the entry fields itself would do. I'll have to check if I can reproduce this and what might be causing it.
@cybis commented on GitHub (Apr 1, 2019):
I repeated the test and it seems that the sync is not working only when the attachment is added/modified via the web vault.
When adding/modifying attachments via the desktop app or the browser extension, it works as expected, i.e. all clients (including the web vault) are synced automatically and show the change immediately.
@cybis commented on GitHub (Apr 14, 2019):
Is this bug specific to the
bitwarden_rsimplementation or is it also an issue in the original implementation?@cybis commented on GitHub (Jun 15, 2019):
Issue not observed anymore with latest release (v1.9.1-fff72889).