mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2025-01-21 03:57:08 +00:00
Do not keep polls pre-filled in thread mode
This commit is contained in:
parent
e0bfa685c6
commit
e9fac2def9
|
@ -182,6 +182,7 @@ function continueThread (state, status) {
|
||||||
map.set('privacy', status.visibility);
|
map.set('privacy', status.visibility);
|
||||||
map.set('sensitive', false);
|
map.set('sensitive', false);
|
||||||
map.update('media_attachments', list => list.clear());
|
map.update('media_attachments', list => list.clear());
|
||||||
|
map.set('poll', null);
|
||||||
map.set('idempotencyKey', uuid());
|
map.set('idempotencyKey', uuid());
|
||||||
map.set('focusDate', new Date());
|
map.set('focusDate', new Date());
|
||||||
map.set('caretPosition', null);
|
map.set('caretPosition', null);
|
||||||
|
|
Loading…
Reference in a new issue