[PR #5069] [MERGED] chore: bump collab and client api, disable supabase #6621

Closed
opened 2026-03-23 23:15:51 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/5069
Author: @appflowy
Created: 4/5/2024
Status: Merged
Merged: 4/5/2024
Merged by: @appflowy

Base: mainHead: bump_collab4


📝 Commits (2)

  • d37ed8d chore: bump collab that do not emit awareness by default
  • b1a8d9d chore: bump collab

📊 Changes

16 files changed (+113 additions, -119 deletions)

View changed files

📝 frontend/appflowy_tauri/src-tauri/Cargo.lock (+18 -18)
📝 frontend/appflowy_tauri/src-tauri/Cargo.toml (+8 -8)
📝 frontend/appflowy_web/wasm-libs/Cargo.lock (+17 -17)
📝 frontend/appflowy_web/wasm-libs/Cargo.toml (+8 -8)
📝 frontend/appflowy_web_app/src-tauri/Cargo.lock (+20 -18)
📝 frontend/appflowy_web_app/src-tauri/Cargo.toml (+8 -8)
📝 frontend/rust-lib/Cargo.lock (+18 -18)
📝 frontend/rust-lib/Cargo.toml (+8 -8)
📝 frontend/rust-lib/dart-ffi/Cargo.toml (+2 -2)
📝 frontend/rust-lib/flowy-folder-pub/src/cloud.rs (+0 -1)
📝 frontend/rust-lib/flowy-server/src/af_cloud/impls/folder.rs (+0 -1)
📝 frontend/rust-lib/flowy-server/src/af_cloud/impls/user/cloud_service_impl.rs (+0 -3)
📝 frontend/rust-lib/flowy-server/src/local_server/impls/user.rs (+0 -1)
📝 frontend/rust-lib/flowy-server/src/supabase/api/user.rs (+0 -1)
📝 frontend/rust-lib/flowy-user-pub/src/cloud.rs (+0 -1)
📝 frontend/rust-lib/flowy-user/src/anon_user/sync_supabase_user_collab.rs (+6 -6)

📄 Description

We're currently enhancing AppFlowy Cloud to include team collaboration features. However, integrating these features with Supabase as the server option is proving to be more complex and requires additional work. As a result, we've decided to temporarily disable the option to use Supabase until we can fully support team collaboration functionalities with it.


🔄 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/5069 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 4/5/2024 **Status:** ✅ Merged **Merged:** 4/5/2024 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `bump_collab4` --- ### 📝 Commits (2) - [`d37ed8d`](https://github.com/AppFlowy-IO/AppFlowy/commit/d37ed8d81087c95fc05ecab969343235d65949b6) chore: bump collab that do not emit awareness by default - [`b1a8d9d`](https://github.com/AppFlowy-IO/AppFlowy/commit/b1a8d9ddad6a5a889e7a9583a58824cec456656e) chore: bump collab ### 📊 Changes **16 files changed** (+113 additions, -119 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_tauri/src-tauri/Cargo.lock` (+18 -18) 📝 `frontend/appflowy_tauri/src-tauri/Cargo.toml` (+8 -8) 📝 `frontend/appflowy_web/wasm-libs/Cargo.lock` (+17 -17) 📝 `frontend/appflowy_web/wasm-libs/Cargo.toml` (+8 -8) 📝 `frontend/appflowy_web_app/src-tauri/Cargo.lock` (+20 -18) 📝 `frontend/appflowy_web_app/src-tauri/Cargo.toml` (+8 -8) 📝 `frontend/rust-lib/Cargo.lock` (+18 -18) 📝 `frontend/rust-lib/Cargo.toml` (+8 -8) 📝 `frontend/rust-lib/dart-ffi/Cargo.toml` (+2 -2) 📝 `frontend/rust-lib/flowy-folder-pub/src/cloud.rs` (+0 -1) 📝 `frontend/rust-lib/flowy-server/src/af_cloud/impls/folder.rs` (+0 -1) 📝 `frontend/rust-lib/flowy-server/src/af_cloud/impls/user/cloud_service_impl.rs` (+0 -3) 📝 `frontend/rust-lib/flowy-server/src/local_server/impls/user.rs` (+0 -1) 📝 `frontend/rust-lib/flowy-server/src/supabase/api/user.rs` (+0 -1) 📝 `frontend/rust-lib/flowy-user-pub/src/cloud.rs` (+0 -1) 📝 `frontend/rust-lib/flowy-user/src/anon_user/sync_supabase_user_collab.rs` (+6 -6) </details> ### 📄 Description We're currently enhancing AppFlowy Cloud to include team collaboration features. However, integrating these features with Supabase as the server option is proving to be more complex and requires additional work. As a result, we've decided to temporarily disable the option to use Supabase until we can fully support team collaboration functionalities with it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:15:51 +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#6621
No description provided.