[Glitch] Fix “mark as sensitive” not being used in delete & redraft

Port 2657765d2a to glitch-soc
signup-info-prompt
ThibG 2019-06-06 13:04:34 +02:00 committed by Thibaut Girka
parent b32a62fe95
commit 417989ae34
1 changed files with 1 additions and 0 deletions

View File

@ -442,6 +442,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);