Skip to content

Commit 9cd83d0

Browse files
committed
fix: send dart notification
1 parent 35a9393 commit 9cd83d0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

frontend/rust-lib/flowy-document/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ lib-dispatch = { path = "../lib-dispatch" }
1818
flowy-database = { path = "../flowy-database" }
1919
flowy-revision = { path = "../flowy-revision" }
2020
flowy-error = { path = "../flowy-error", features = ["collaboration", "ot", "http_server", "serde", "db"] }
21-
dart-notify = { path = "../dart-notify" }
21+
dart-notify = { path = "../dart-notify", features = ["dart"] }
2222

2323
diesel = {version = "1.4.8", features = ["sqlite"]}
2424
diesel_derives = {version = "1.4.1", features = ["sqlite"]}

frontend/rust-lib/flowy-folder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ lib-infra = { path = "../../../shared-lib/lib-infra" }
1616
flowy-document = { path = "../flowy-document" }
1717
flowy-database = { path = "../flowy-database" }
1818
flowy-error = { path = "../flowy-error", features = ["db", "http_server"]}
19-
dart-notify = { path = "../dart-notify" }
19+
dart-notify = { path = "../dart-notify", features = ["dart"] }
2020
lib-dispatch = { path = "../lib-dispatch" }
2121
flowy-revision = { path = "../flowy-revision" }
2222

frontend/rust-lib/flowy-grid/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77

88
[dependencies]
99
lib-dispatch = { path = "../lib-dispatch" }
10-
dart-notify = { path = "../dart-notify" }
10+
dart-notify = { path = "../dart-notify", features = ["dart"] }
1111
flowy-revision = { path = "../flowy-revision" }
1212
flowy-task= { path = "../flowy-task" }
1313
flowy-error = { path = "../flowy-error", features = ["db"]}

frontend/rust-lib/flowy-user/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ flowy-database = { path = "../flowy-database" }
1111
flowy-error = { path = "../flowy-error", features = ["db", "http_server"] }
1212

1313
lib-infra = { path = "../../../shared-lib/lib-infra" }
14-
dart-notify = { path = "../dart-notify" }
14+
dart-notify = { path = "../dart-notify", features = ["dart"] }
1515
lib-dispatch = { path = "../lib-dispatch" }
1616

1717
tracing = { version = "0.1", features = ["log"] }

0 commit comments

Comments
 (0)