mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-27 01:11:52 +02:00
* Move all polls processing to events-sdk This makes polls support the full range of extensible events (both parsing and generation). * Appease the linter * Fix & update tests * Update events-sdk for polls bugfix * Update events-sdk for typechecking * Add missing type cast * Update per review