Fix poll got false value
This commit is contained in:
parent
7cac17a043
commit
4abb1aeaed
|
@ -299,7 +299,7 @@ function Compose({
|
|||
setVisibility(visibility);
|
||||
setLanguage(language || presf.postingDefaultLanguage || DEFAULT_LANG);
|
||||
setSensitive(sensitive);
|
||||
setPoll(composablePoll);
|
||||
if (composablePoll) setPoll(composablePoll);
|
||||
setMediaAttachments(mediaAttachments);
|
||||
setUIState('default');
|
||||
} catch (e) {
|
||||
|
|
Loading…
Reference in a new issue