parent
a670b10552
commit
08d6cf2a38
1 changed files with 1 additions and 1 deletions
|
@ -629,7 +629,7 @@ export default function compose(state = initialState, action) {
|
||||||
map.set('spoiler', true);
|
map.set('spoiler', true);
|
||||||
map.set('spoiler_text', action.spoiler_text);
|
map.set('spoiler_text', action.spoiler_text);
|
||||||
} else {
|
} else {
|
||||||
map.set('spoiler', false);
|
map.set('spoiler', action.status.get('sensitive'));
|
||||||
map.set('spoiler_text', '');
|
map.set('spoiler_text', '');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue