[FIX] Fix wrong default privacy after first compose modal

This commit is contained in:
unknown 2023-06-24 14:29:20 +02:00
parent 5536dbef92
commit 10eedb6eda
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ function clearAll(state: State) {
content_type: state.default_content_type,
default_content_type: state.default_content_type,
privacy: state.default_privacy,
default_privacy: state.default_privacy,
idempotencyKey: uuid(),
});
}