mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-09 09:13:02 +03:00
[PR #3608] [MERGED] Fix send access regression #2964
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?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/3608
Author: @BlackDex
Created: 6/22/2023
Status: ✅ Merged
Merged: 6/22/2023
Merged by: @dani-garcia
Base:
main← Head:fix-issue-3607📝 Commits (1)
3c0cac6Fix send access regression📊 Changes
1 file changed (+2 additions, -4 deletions)
View changed files
📝
src/api/core/sends.rs(+2 -4)📄 Description
In a previous commit push notifications for mobile were added, but this introduced a header guard which caused issues with anonymous endpoints.
This PR fixes this by using a uuid with only 0's.
Fixes #3607
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.