[PR #4942] [MERGED] Leave workspace api #6540

Closed
opened 2026-03-23 22:23:40 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/4942
Author: @speed2exe
Created: 3/20/2024
Status: Merged
Merged: 3/29/2024
Merged by: @LucasXu0

Base: mainHead: leave-workspace-api


📝 Commits (5)

  • 348381c feat: leave workpspace event
  • 3088d88 feat: add leave workspace event
  • ce47ad8 Merge branch 'main' into leave-workspace-api
  • 0d531f0 Merge branch 'main' into leave-workspace-api
  • f220c5c Merge branch 'main' into leave-workspace-api

📊 Changes

10 files changed (+108 additions, -20 deletions)

View changed files

📝 frontend/rust-lib/event-integration/src/user_event.rs (+11 -0)
📝 frontend/rust-lib/event-integration/tests/user/af_cloud_test/member_test.rs (+26 -0)
📝 frontend/rust-lib/event-integration/tests/user/af_cloud_test/mod.rs (+1 -0)
frontend/rust-lib/event-integration/tests/user/af_cloud_test/util.rs (+27 -0)
📝 frontend/rust-lib/event-integration/tests/user/af_cloud_test/workspace_test.rs (+1 -20)
📝 frontend/rust-lib/flowy-server/src/af_cloud/impls/user/cloud_service_impl.rs (+10 -0)
📝 frontend/rust-lib/flowy-user-pub/src/cloud.rs (+4 -0)
📝 frontend/rust-lib/flowy-user/src/event_handler.rs (+11 -0)
📝 frontend/rust-lib/flowy-user/src/event_map.rs (+4 -0)
📝 frontend/rust-lib/flowy-user/src/user_manager/manager_user_workspace.rs (+13 -0)

📄 Description

  • Added API for member to leave workspace

🔄 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/4942 **Author:** [@speed2exe](https://github.com/speed2exe) **Created:** 3/20/2024 **Status:** ✅ Merged **Merged:** 3/29/2024 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `leave-workspace-api` --- ### 📝 Commits (5) - [`348381c`](https://github.com/AppFlowy-IO/AppFlowy/commit/348381c83c62f58322b033b8717ca966d7a4d593) feat: leave workpspace event - [`3088d88`](https://github.com/AppFlowy-IO/AppFlowy/commit/3088d88c111fe14fcca94cbc83ed599347ff14d2) feat: add leave workspace event - [`ce47ad8`](https://github.com/AppFlowy-IO/AppFlowy/commit/ce47ad8e4903d3a840b95ef550983e13f0dae428) Merge branch 'main' into leave-workspace-api - [`0d531f0`](https://github.com/AppFlowy-IO/AppFlowy/commit/0d531f0c47878bf3821568b57c0c95dd721b38d8) Merge branch 'main' into leave-workspace-api - [`f220c5c`](https://github.com/AppFlowy-IO/AppFlowy/commit/f220c5c1f8d6d551f47493cdf86bb4457dc721e8) Merge branch 'main' into leave-workspace-api ### 📊 Changes **10 files changed** (+108 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `frontend/rust-lib/event-integration/src/user_event.rs` (+11 -0) 📝 `frontend/rust-lib/event-integration/tests/user/af_cloud_test/member_test.rs` (+26 -0) 📝 `frontend/rust-lib/event-integration/tests/user/af_cloud_test/mod.rs` (+1 -0) ➕ `frontend/rust-lib/event-integration/tests/user/af_cloud_test/util.rs` (+27 -0) 📝 `frontend/rust-lib/event-integration/tests/user/af_cloud_test/workspace_test.rs` (+1 -20) 📝 `frontend/rust-lib/flowy-server/src/af_cloud/impls/user/cloud_service_impl.rs` (+10 -0) 📝 `frontend/rust-lib/flowy-user-pub/src/cloud.rs` (+4 -0) 📝 `frontend/rust-lib/flowy-user/src/event_handler.rs` (+11 -0) 📝 `frontend/rust-lib/flowy-user/src/event_map.rs` (+4 -0) 📝 `frontend/rust-lib/flowy-user/src/user_manager/manager_user_workspace.rs` (+13 -0) </details> ### 📄 Description - Added API for member to leave workspace --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:23:40 +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#6540
No description provided.