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.
🔄 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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
main← Head:fix-push📝 Commits (1)
b59e76bFix push not working📊 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.