[PR #5731] [CLOSED] chore: update client api for billing changes #6973

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/5731
Author: @speed2exe
Created: 7/14/2024
Status: Closed

Base: mainHead: update-client-api


📝 Commits (1)

  • 2085eff chore: update for billing changes

📊 Changes

12 files changed (+533 additions, -145 deletions)

View changed files

📝 frontend/rust-lib/Cargo.lock (+14 -12)
📝 frontend/rust-lib/Cargo.toml (+2 -2)
📝 frontend/rust-lib/flowy-server/src/af_cloud/impls/user/cloud_service_impl.rs (+32 -70)
📝 frontend/rust-lib/flowy-sqlite/src/schema.rs (+12 -0)
📝 frontend/rust-lib/flowy-user-pub/src/cloud.rs (+27 -6)
📝 frontend/rust-lib/flowy-user-pub/src/entities.rs (+15 -16)
📝 frontend/rust-lib/flowy-user/Cargo.toml (+1 -0)
📝 frontend/rust-lib/flowy-user/src/entities/workspace.rs (+242 -9)
📝 frontend/rust-lib/flowy-user/src/event_handler.rs (+31 -13)
📝 frontend/rust-lib/flowy-user/src/event_map.rs (+9 -6)
📝 frontend/rust-lib/flowy-user/src/services/sqlite_sql/workspace_sql.rs (+77 -1)
📝 frontend/rust-lib/flowy-user/src/user_manager/manager_user_workspace.rs (+71 -10)

📄 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/5731 **Author:** [@speed2exe](https://github.com/speed2exe) **Created:** 7/14/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `update-client-api` --- ### 📝 Commits (1) - [`2085eff`](https://github.com/AppFlowy-IO/AppFlowy/commit/2085effc8f263b285b458f47e44ff3dee2493002) chore: update for billing changes ### 📊 Changes **12 files changed** (+533 additions, -145 deletions) <details> <summary>View changed files</summary> 📝 `frontend/rust-lib/Cargo.lock` (+14 -12) 📝 `frontend/rust-lib/Cargo.toml` (+2 -2) 📝 `frontend/rust-lib/flowy-server/src/af_cloud/impls/user/cloud_service_impl.rs` (+32 -70) 📝 `frontend/rust-lib/flowy-sqlite/src/schema.rs` (+12 -0) 📝 `frontend/rust-lib/flowy-user-pub/src/cloud.rs` (+27 -6) 📝 `frontend/rust-lib/flowy-user-pub/src/entities.rs` (+15 -16) 📝 `frontend/rust-lib/flowy-user/Cargo.toml` (+1 -0) 📝 `frontend/rust-lib/flowy-user/src/entities/workspace.rs` (+242 -9) 📝 `frontend/rust-lib/flowy-user/src/event_handler.rs` (+31 -13) 📝 `frontend/rust-lib/flowy-user/src/event_map.rs` (+9 -6) 📝 `frontend/rust-lib/flowy-user/src/services/sqlite_sql/workspace_sql.rs` (+77 -1) 📝 `frontend/rust-lib/flowy-user/src/user_manager/manager_user_workspace.rs` (+71 -10) </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:17:31 +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#6973
No description provided.