diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-07 16:00:54 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-07 16:00:54 -0700 |
commit | e73b56f9354596c556cfbb2d45584a6bb86ad60e (patch) | |
tree | 06ac6520d13552974d66e3631548f4d101e63f6b /rust/src/api_server.rs | |
parent | cdf46b6a5246b8d750bb7aba60acebca11507540 (diff) | |
download | fatcat-e73b56f9354596c556cfbb2d45584a6bb86ad60e.tar.gz fatcat-e73b56f9354596c556cfbb2d45584a6bb86ad60e.zip |
batch inserts by default
Diffstat (limited to 'rust/src/api_server.rs')
-rw-r--r-- | rust/src/api_server.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/src/api_server.rs b/rust/src/api_server.rs index 20f71c7a..5060ba0f 100644 --- a/rust/src/api_server.rs +++ b/rust/src/api_server.rs @@ -87,6 +87,7 @@ fn make_edit_context(conn: &DbConn, editgroup_id: Option<FatCatId>) -> Result<Ed editor_id: FatCatId::from_uuid(&editor_id), editgroup_id: editgroup_id, extra_json: None, + autoapprove: false, }) } |