[PR #5214] [MERGED] Fix push not working #3580

Closed
opened 2026-03-03 10:04:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/5214
Author: @BlackDex
Created: 11/20/2024
Status: Merged
Merged: 11/20/2024
Merged by: @dani-garcia

Base: mainHead: fix-push


📝 Commits (1)

📊 Changes

1 file changed (+19 additions, -18 deletions)

View changed files

📝 src/api/push.rs (+19 -18)

📄 Description

The new native mobile clients seem to use PascalCase for the push payload. Also the date/time could cause issues.

This PR fixes this by formatting the date/time correctly and use PascalCase for the payload key's I now receive cipher updates and login-with-device requests again.

Fixes #5182


🔄 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/5214 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 11/20/2024 **Status:** ✅ Merged **Merged:** 11/20/2024 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `fix-push` --- ### 📝 Commits (1) - [`b59e76b`](https://github.com/dani-garcia/vaultwarden/commit/b59e76bbfcd11c012bf9e253328c61b3c261e379) Fix push not working ### 📊 Changes **1 file changed** (+19 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `src/api/push.rs` (+19 -18) </details> ### 📄 Description The new native mobile clients seem to use PascalCase for the push payload. Also the date/time could cause issues. This PR fixes this by formatting the date/time correctly and use PascalCase for the payload key's I now receive cipher updates and login-with-device requests again. Fixes #5182 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 10:04:48 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#3580
No description provided.