mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 04:08:32 +03:00
Fix poll got false value
This commit is contained in:
parent
7cac17a043
commit
4abb1aeaed
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue