mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07:00
a
This commit is contained in:
parent
3078e348cb
commit
0a2472cdaa
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ const canPost = $computed((): boolean => {
|
|||
!posting &&
|
||||
(1 <= textLength || 1 <= files.length || !!poll || !!props.renote) &&
|
||||
textLength <= maxTextLength &&
|
||||
(!poll || poll.choices.length >= 2)
|
||||
(!poll || poll.choices.length >= 1)
|
||||
);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue