[PR #1925] [MERGED] Fix syncing with Bitwarden Desktop v1.28.0 #6665

Closed
opened 2026-03-07 21:02:44 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/1925
Author: @BlackDex
Created: 8/20/2021
Status: Merged
Merged: 8/22/2021
Merged by: @dani-garcia

Base: mainHead: fix-sync-desktop-client


📝 Commits (1)

  • 58b046f Fix syncing with Bitwarden Desktop v1.28.0

📊 Changes

2 files changed (+6 additions, -1 deletions)

View changed files

📝 src/db/models/organization.rs (+2 -0)
📝 src/db/models/user.rs (+4 -1)

📄 Description

Syncing with the latest desktop client (v1.28.0) fails because it expects some json key/values to be there.

This PR adds those key/value pairs.

Resolves #1924


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/1925 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 8/20/2021 **Status:** ✅ Merged **Merged:** 8/22/2021 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `fix-sync-desktop-client` --- ### 📝 Commits (1) - [`58b046f`](https://github.com/dani-garcia/vaultwarden/commit/58b046fd10f4cd953ba5a0e5a816df480f98061f) Fix syncing with Bitwarden Desktop v1.28.0 ### 📊 Changes **2 files changed** (+6 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/db/models/organization.rs` (+2 -0) 📝 `src/db/models/user.rs` (+4 -1) </details> ### 📄 Description Syncing with the latest desktop client (v1.28.0) fails because it expects some json key/values to be there. This PR adds those key/value pairs. Resolves #1924 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-07 21:02:44 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#6665