Fix “mark as sensitive” not being used in delete & redraft (#10980)

This commit is contained in:
ThibG 2019-06-06 13:04:34 +02:00 committed by Eugen Rochko
parent 70423ce81f
commit 2657765d2a
1 changed files with 1 additions and 0 deletions

View File

@ -338,6 +338,7 @@ export default function compose(state = initialState, action) {
map.set('focusDate', new Date());
map.set('caretPosition', null);
map.set('idempotencyKey', uuid());
map.set('sensitive', action.status.get('sensitive'));
if (action.status.get('spoiler_text').length > 0) {
map.set('spoiler', true);