Browse Source

Do not keep polls pre-filled in thread mode

closed-social-glitch-2
Thibaut Girka 5 years ago
committed by ThibG
parent
commit
e9fac2def9
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/javascript/flavours/glitch/reducers/compose.js

+ 1
- 0
app/javascript/flavours/glitch/reducers/compose.js View File

@ -182,6 +182,7 @@ function continueThread (state, status) {
map.set('privacy', status.visibility);
map.set('sensitive', false);
map.update('media_attachments', list => list.clear());
map.set('poll', null);
map.set('idempotencyKey', uuid());
map.set('focusDate', new Date());
map.set('caretPosition', null);

Loading…
Cancel
Save