[PR #6747] [MERGED] feat: include member count in get_workspace API #7561

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/6747
Author: @speed2exe
Created: 11/8/2024
Status: Merged
Merged: 11/8/2024
Merged by: @LucasXu0

Base: mainHead: feat/member-count


📝 Commits (3)

  • c7e7000 feat: add member count for workspace
  • 9832361 Merge branch 'main' into feat/member-count
  • 2d94114 fix: sqlite migration

📊 Changes

9 files changed (+22 additions, -2 deletions)

View changed files

📝 frontend/rust-lib/flowy-server/src/af_cloud/impls/user/cloud_service_impl.rs (+8 -2)
📝 frontend/rust-lib/flowy-server/src/local_server/impls/user.rs (+1 -0)
frontend/rust-lib/flowy-sqlite/migrations/2024-11-08-102351_workspace_member_count/down.sql (+1 -0)
frontend/rust-lib/flowy-sqlite/migrations/2024-11-08-102351_workspace_member_count/up.sql (+1 -0)
📝 frontend/rust-lib/flowy-sqlite/src/schema.rs (+1 -0)
📝 frontend/rust-lib/flowy-user-pub/src/entities.rs (+2 -0)
📝 frontend/rust-lib/flowy-user-pub/src/session.rs (+1 -0)
📝 frontend/rust-lib/flowy-user/src/entities/user_profile.rs (+4 -0)
📝 frontend/rust-lib/flowy-user/src/services/sqlite_sql/workspace_sql.rs (+3 -0)

📄 Description

No description provided


🔄 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/6747 **Author:** [@speed2exe](https://github.com/speed2exe) **Created:** 11/8/2024 **Status:** ✅ Merged **Merged:** 11/8/2024 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `feat/member-count` --- ### 📝 Commits (3) - [`c7e7000`](https://github.com/AppFlowy-IO/AppFlowy/commit/c7e700090b3b88ca1ea0007ab86e92c26325e76b) feat: add member count for workspace - [`9832361`](https://github.com/AppFlowy-IO/AppFlowy/commit/9832361567524c9a2e6448efbd8fe87c5b346858) Merge branch 'main' into feat/member-count - [`2d94114`](https://github.com/AppFlowy-IO/AppFlowy/commit/2d941143d6fbd8b9f605438cf64239830ae182bc) fix: sqlite migration ### 📊 Changes **9 files changed** (+22 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `frontend/rust-lib/flowy-server/src/af_cloud/impls/user/cloud_service_impl.rs` (+8 -2) 📝 `frontend/rust-lib/flowy-server/src/local_server/impls/user.rs` (+1 -0) ➕ `frontend/rust-lib/flowy-sqlite/migrations/2024-11-08-102351_workspace_member_count/down.sql` (+1 -0) ➕ `frontend/rust-lib/flowy-sqlite/migrations/2024-11-08-102351_workspace_member_count/up.sql` (+1 -0) 📝 `frontend/rust-lib/flowy-sqlite/src/schema.rs` (+1 -0) 📝 `frontend/rust-lib/flowy-user-pub/src/entities.rs` (+2 -0) 📝 `frontend/rust-lib/flowy-user-pub/src/session.rs` (+1 -0) 📝 `frontend/rust-lib/flowy-user/src/entities/user_profile.rs` (+4 -0) 📝 `frontend/rust-lib/flowy-user/src/services/sqlite_sql/workspace_sql.rs` (+3 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:20:12 +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#7561
No description provided.