[PR #143] [MERGED] Actually update the revision date for user struct, not just in DB #20835

Closed
opened 2026-04-30 07:21:42 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/143
Author: @mprasil
Created: 8/21/2018
Status: Merged
Merged: 8/21/2018
Merged by: @dani-garcia

Base: betaHead: update_revision_fix


📝 Commits (1)

  • 4fb09c5 Actually update the revision date for user struct, not just in DB

📊 Changes

1 file changed (+2 additions, -1 deletions)

View changed files

📝 src/db/models/user.rs (+2 -1)

📄 Description

The function borrows the user struct mutably, but doesn't actually update the revision date there. In our current use case this wasn't a problem, but might be an issue later on.


🔄 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/143 **Author:** [@mprasil](https://github.com/mprasil) **Created:** 8/21/2018 **Status:** ✅ Merged **Merged:** 8/21/2018 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `beta` ← **Head:** `update_revision_fix` --- ### 📝 Commits (1) - [`4fb09c5`](https://github.com/dani-garcia/vaultwarden/commit/4fb09c5b4d2ca1e6e2f263df3b27eacedf86422a) Actually update the revision date for user struct, not just in DB ### 📊 Changes **1 file changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/db/models/user.rs` (+2 -1) </details> ### 📄 Description The function borrows the user struct mutably, but doesn't actually update the revision date there. In our current use case this wasn't a problem, but might be an issue later on. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-30 07:21:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#20835