|
|
@ -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); |
|
|
|