[PR #6029] [MERGED] Remove last sync at #7150

Closed
opened 2026-03-23 23:18:20 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/6029
Author: @Horusiath
Created: 8/21/2024
Status: Merged
Merged: 8/22/2024
Merged by: @appflowy

Base: mainHead: remove-last-sync-at


📝 Commits (5)

  • 0cdc1bd chore: update dependencies to stop using last sync at field
  • 0cacea5 chore: apply cargo fmt
  • 2c87906 chore: fix dependencies
  • 61e1e8a chore: upgrade client api
  • 7d1a37d Merge branch 'main' into remove-last-sync-at

📊 Changes

6 files changed (+87 additions, -84 deletions)

View changed files

📝 frontend/appflowy_tauri/src-tauri/Cargo.lock (+21 -20)
📝 frontend/appflowy_tauri/src-tauri/Cargo.toml (+8 -8)
📝 frontend/appflowy_web_app/src-tauri/Cargo.lock (+21 -20)
📝 frontend/appflowy_web_app/src-tauri/Cargo.toml (+8 -8)
📝 frontend/rust-lib/Cargo.lock (+20 -19)
📝 frontend/rust-lib/Cargo.toml (+9 -9)

📄 Description

Companion PR to https://github.com/AppFlowy-IO/AppFlowy-Cloud/pull/735 and https://github.com/AppFlowy-IO/AppFlowy-Collab/pull/250 - it updates the dependencies in order to remove modifying /meta/last_sync_at field in every collab on any major update application.


🔄 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/AppFlowy-IO/AppFlowy/pull/6029 **Author:** [@Horusiath](https://github.com/Horusiath) **Created:** 8/21/2024 **Status:** ✅ Merged **Merged:** 8/22/2024 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `remove-last-sync-at` --- ### 📝 Commits (5) - [`0cdc1bd`](https://github.com/AppFlowy-IO/AppFlowy/commit/0cdc1bd822c21bad4686e010113dfcc5463b3d6b) chore: update dependencies to stop using last sync at field - [`0cacea5`](https://github.com/AppFlowy-IO/AppFlowy/commit/0cacea52eafe7acac43b9efcb41affe02c9091d5) chore: apply cargo fmt - [`2c87906`](https://github.com/AppFlowy-IO/AppFlowy/commit/2c8790605e6917032e9bfea1766a215263b282e5) chore: fix dependencies - [`61e1e8a`](https://github.com/AppFlowy-IO/AppFlowy/commit/61e1e8af0454cba733f058cad7258f8fdd9c8c85) chore: upgrade client api - [`7d1a37d`](https://github.com/AppFlowy-IO/AppFlowy/commit/7d1a37d225d415d002961c9c4c394c1603084bef) Merge branch 'main' into remove-last-sync-at ### 📊 Changes **6 files changed** (+87 additions, -84 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_tauri/src-tauri/Cargo.lock` (+21 -20) 📝 `frontend/appflowy_tauri/src-tauri/Cargo.toml` (+8 -8) 📝 `frontend/appflowy_web_app/src-tauri/Cargo.lock` (+21 -20) 📝 `frontend/appflowy_web_app/src-tauri/Cargo.toml` (+8 -8) 📝 `frontend/rust-lib/Cargo.lock` (+20 -19) 📝 `frontend/rust-lib/Cargo.toml` (+9 -9) </details> ### 📄 Description Companion PR to https://github.com/AppFlowy-IO/AppFlowy-Cloud/pull/735 and https://github.com/AppFlowy-IO/AppFlowy-Collab/pull/250 - it updates the dependencies in order to remove modifying `/meta/last_sync_at` field in every collab on any major update application. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:18:20 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#7150
No description provided.