add user_id in revision

This commit is contained in:
appflowy
2021-12-09 22:28:11 +08:00
parent 3fa0f97e74
commit 45d9a0918f
19 changed files with 186 additions and 91 deletions

View File

@ -1,5 +1,5 @@
use flowy_test::editor::{EditorScript::*, *};
use lib_ot::{core::DeltaBuilder, revision::RevState, rich_text::RichTextDeltaBuilder};
use lib_ot::{revision::RevState, rich_text::RichTextDeltaBuilder};
#[tokio::test]
async fn doc_rev_state_test1() {