[PR #6167] [MERGED] feat: added delete account functionality #7223

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

📋 Pull Request Information

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

Base: mainHead: feat/user-delete


📝 Commits (3)

  • e3a4568 feat: added delete account functionality
  • e0b2cf3 Merge branch 'main' into feat/user-delete
  • 7d73c37 chore: update client api

📊 Changes

7 files changed (+49 additions, -14 deletions)

View changed files

📝 frontend/rust-lib/Cargo.lock (+13 -12)
📝 frontend/rust-lib/Cargo.toml (+2 -2)
📝 frontend/rust-lib/flowy-server/src/af_cloud/impls/user/cloud_service_impl.rs (+6 -0)
📝 frontend/rust-lib/flowy-user-pub/src/cloud.rs (+5 -0)
📝 frontend/rust-lib/flowy-user/src/event_handler.rs (+9 -0)
📝 frontend/rust-lib/flowy-user/src/event_map.rs (+4 -0)
📝 frontend/rust-lib/flowy-user/src/user_manager/manager.rs (+10 -0)

📄 Description

  • Added backend cloud API for account deletion

🔄 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/6167 **Author:** [@speed2exe](https://github.com/speed2exe) **Created:** 9/3/2024 **Status:** ✅ Merged **Merged:** 9/3/2024 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `feat/user-delete` --- ### 📝 Commits (3) - [`e3a4568`](https://github.com/AppFlowy-IO/AppFlowy/commit/e3a45685d194accba65d06c6467f4c1867d3bd2a) feat: added delete account functionality - [`e0b2cf3`](https://github.com/AppFlowy-IO/AppFlowy/commit/e0b2cf311c97e530ba3e4daaa3240ff1c1deb45a) Merge branch 'main' into feat/user-delete - [`7d73c37`](https://github.com/AppFlowy-IO/AppFlowy/commit/7d73c3788c6e3ae21a49dc1f5b82ccd0527ee139) chore: update client api ### 📊 Changes **7 files changed** (+49 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `frontend/rust-lib/Cargo.lock` (+13 -12) 📝 `frontend/rust-lib/Cargo.toml` (+2 -2) 📝 `frontend/rust-lib/flowy-server/src/af_cloud/impls/user/cloud_service_impl.rs` (+6 -0) 📝 `frontend/rust-lib/flowy-user-pub/src/cloud.rs` (+5 -0) 📝 `frontend/rust-lib/flowy-user/src/event_handler.rs` (+9 -0) 📝 `frontend/rust-lib/flowy-user/src/event_map.rs` (+4 -0) 📝 `frontend/rust-lib/flowy-user/src/user_manager/manager.rs` (+10 -0) </details> ### 📄 Description - Added backend cloud API for account deletion --- <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:39 +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#7223
No description provided.