[PR #5606] [CLOSED] chore: remove deprecated add member directly #6912

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/5606
Author: @speed2exe
Created: 6/23/2024
Status: Closed

Base: mainHead: deprecate-old-add-member


📝 Commits (1)

  • 29a23dc chore: remove deprecated add member directly

📊 Changes

11 files changed (+38 additions, -93 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/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-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

🔄 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/5606 **Author:** [@speed2exe](https://github.com/speed2exe) **Created:** 6/23/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `deprecate-old-add-member` --- ### 📝 Commits (1) - [`29a23dc`](https://github.com/AppFlowy-IO/AppFlowy/commit/29a23dc5a261d15b164b338eee7f4e2b662fd9ab) chore: remove deprecated add member directly ### 📊 Changes **11 files changed** (+38 additions, -93 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/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-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 --- <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#6912
No description provided.