mirror of
https://github.com/mastodon/mastodon.git
synced 2024-12-13 06:35:08 +01: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('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…
Reference in New Issue
Block a user