🔄 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/3608
**Author:** [@BlackDex](https://github.com/BlackDex)
**Created:** 6/22/2023
**Status:** ✅ Merged
**Merged:** 6/22/2023
**Merged by:** [@dani-garcia](https://github.com/dani-garcia)
**Base:** `main` ← **Head:** `fix-issue-3607`
---
### 📝 Commits (1)
- [`3c0cac6`](https://github.com/dani-garcia/vaultwarden/commit/3c0cac623db9aa7bc2b7514524467fc5ae982ab9) Fix send access regression
### 📊 Changes
**1 file changed** (+2 additions, -4 deletions)
<details>
<summary>View changed files</summary>
📝 `src/api/core/sends.rs` (+2 -4)
</details>
### 📄 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
---
<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/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.