jitsi-meet
jitsi-meet copied to clipboard
feat(polls): web rework
- Save poll.
- Edit poll.
- Save edited poll.
- Send poll to other participants.
I would revisit the cases where ts-ignore is used and check whether we can have a way to get rid of it. Also , I would suggest avoiding using any
for type defs except the cases in which there is no way of knowing it.
I would revisit the cases where ts-ignore is used and check whether we can have a way to get rid of it. Also , I would suggest avoiding using
any
for type defs except the cases in which there is no way of knowing it.
Thanks Horatiu! I will look into it!