[PR #5611] [MERGED] Remove deprecated add member #6914

Closed
opened 2026-03-23 23:17:14 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/5611
Author: @speed2exe
Created: 6/24/2024
Status: Merged
Merged: 6/24/2024
Merged by: @appflowy

Base: mainHead: remove-deprecated-add-member


📝 Commits (4)

📊 Changes

14 files changed (+65 additions, -127 deletions)

View changed files

📝 frontend/rust-lib/Cargo.toml (+1 -1)
📝 frontend/rust-lib/event-integration-test/src/folder_event.rs (+21 -16)
📝 frontend/rust-lib/event-integration-test/tests/document/af_cloud_test/file_upload_test.rs (+7 -13)
📝 frontend/rust-lib/event-integration-test/tests/user/af_cloud_test/member_test.rs (+3 -3)
📝 frontend/rust-lib/event-integration-test/tests/user/af_cloud_test/workspace_test.rs (+1 -1)
📝 frontend/rust-lib/flowy-server/src/af_cloud/impls/user/cloud_service_impl.rs (+1 -24)
📝 frontend/rust-lib/flowy-sqlite/src/schema.rs (+9 -9)
📝 frontend/rust-lib/flowy-storage/src/manager.rs (+15 -14)
📝 frontend/rust-lib/flowy-storage/tests/multiple_part_upload_test.rs (+5 -7)
📝 frontend/rust-lib/flowy-user-pub/src/cloud.rs (+0 -9)
📝 frontend/rust-lib/flowy-user/src/entities/workspace.rs (+1 -0)
📝 frontend/rust-lib/flowy-user/src/event_handler.rs (+0 -13)
📝 frontend/rust-lib/flowy-user/src/event_map.rs (+1 -3)
📝 frontend/rust-lib/flowy-user/src/user_manager/manager_user_workspace.rs (+0 -14)

📄 Description

  • Remove adding member directly
  • Replacing add member in tests to use invite and accept invitation

🔄 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/5611 **Author:** [@speed2exe](https://github.com/speed2exe) **Created:** 6/24/2024 **Status:** ✅ Merged **Merged:** 6/24/2024 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `remove-deprecated-add-member` --- ### 📝 Commits (4) - [`29a23dc`](https://github.com/AppFlowy-IO/AppFlowy/commit/29a23dc5a261d15b164b338eee7f4e2b662fd9ab) chore: remove deprecated add member directly - [`41868db`](https://github.com/AppFlowy-IO/AppFlowy/commit/41868dba74459565befcde567628749dfb511830) chore: cargo clippy - [`501d4e1`](https://github.com/AppFlowy-IO/AppFlowy/commit/501d4e1a06f99d8bb1b0d94d7688ed2bab8dcd0f) chore: cargo clippy - [`2272c65`](https://github.com/AppFlowy-IO/AppFlowy/commit/2272c65d71401be24fefb8cfa9a9baa9f0a3afb9) chore: cargo clippy ### 📊 Changes **14 files changed** (+65 additions, -127 deletions) <details> <summary>View changed files</summary> 📝 `frontend/rust-lib/Cargo.toml` (+1 -1) 📝 `frontend/rust-lib/event-integration-test/src/folder_event.rs` (+21 -16) 📝 `frontend/rust-lib/event-integration-test/tests/document/af_cloud_test/file_upload_test.rs` (+7 -13) 📝 `frontend/rust-lib/event-integration-test/tests/user/af_cloud_test/member_test.rs` (+3 -3) 📝 `frontend/rust-lib/event-integration-test/tests/user/af_cloud_test/workspace_test.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-server/src/af_cloud/impls/user/cloud_service_impl.rs` (+1 -24) 📝 `frontend/rust-lib/flowy-sqlite/src/schema.rs` (+9 -9) 📝 `frontend/rust-lib/flowy-storage/src/manager.rs` (+15 -14) 📝 `frontend/rust-lib/flowy-storage/tests/multiple_part_upload_test.rs` (+5 -7) 📝 `frontend/rust-lib/flowy-user-pub/src/cloud.rs` (+0 -9) 📝 `frontend/rust-lib/flowy-user/src/entities/workspace.rs` (+1 -0) 📝 `frontend/rust-lib/flowy-user/src/event_handler.rs` (+0 -13) 📝 `frontend/rust-lib/flowy-user/src/event_map.rs` (+1 -3) 📝 `frontend/rust-lib/flowy-user/src/user_manager/manager_user_workspace.rs` (+0 -14) </details> ### 📄 Description - Remove adding member directly - Replacing add member in tests to use invite and accept invitation --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:17:14 +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#6914
No description provided.