[PR #1881] Fix sends notification format and add endpoints to get all sends or one send by id #3354

Closed
opened 2025-10-09 18:21:49 +03:00 by OVERLORD · 0 comments
Owner

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, SyncSendUpdate and SyncSendDeletenotification 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.

**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`, `SyncSendUpdate` and `SyncSendDelete`notification 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.
OVERLORD added the pull-request label 2025-10-09 18:21:49 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#3354