mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-24 09:03:15 -05:00
[PR #1487] [MERGED] Send access check fixes #2828
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/1487
Author: @jjlin
Created: 3/15/2021
Status: ✅ Merged
Merged: 3/15/2021
Merged by: @dani-garcia
Base:
master← Head:send📝 Commits (1)
00d56d7Send access check fixes📊 Changes
1 file changed (+6 additions, -6 deletions)
View changed files
📝
src/api/core/sends.rs(+6 -6)📄 Description
Adjust checks for max access count, expiration date, and deletion date.
The date checks aren't that important, but the access count check
currently allows one more access than it should.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.