mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-09 17:23:04 +03:00
[PR #1881] Fix sends notification format and add endpoints to get all sends or one send by id #3354
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?
Original Pull Request: https://github.com/dani-garcia/vaultwarden/pull/1881
State: closed
Merged: Yes
This small pull request fixes the notification format for
SyncSendCreate,SyncSendUpdateandSyncSendDeletenotification types.With the correct notification format, the sends in the web vault and other bitwarden clients are automatically updated when the user creates, updates or deletes a send in another session. To allow the clients to update specific sends, this PR also includes new endpoints for getting all sends or one specific send by uuid.
I've verified that this works with the web vault and the bitwarden mobile client.