We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bbbbb0 commit f36e2b0Copy full SHA for f36e2b0
server/src/handlers/commit.rs
@@ -25,7 +25,8 @@ pub async fn post_commit(
25
validate_signature: true,
26
validate_timestamp: true,
27
validate_rights: true,
28
- validate_previous_commit: true,
+ // https://github.com/atomicdata-dev/atomic-data-rust/issues/412
29
+ validate_previous_commit: false,
30
update_index: true,
31
};
32
let commit_response = incoming_commit.apply_opts(store, &opts)?;
0 commit comments