-
-
Notifications
You must be signed in to change notification settings - Fork 595
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Poll model - page /relations results (#3073)
* first cut poll model * process incoming poll relations * allow alt event types in relations model * allow alt event types in relations model * remove unneccesary checks on remove relation * comment * Revert "allow alt event types in relations model" This reverts commit e578d84. * Revert "Revert "allow alt event types in relations model"" This reverts commit 515db7a. * basic handling for new poll relations * tests * test room.processPollEvents * join processBeaconEvents and poll events in client * tidy and set 23 copyrights * use rooms instance of matrixClient * tidy * more copyright * simplify processPollEvent code * throw when poll start event has no roomId * updates for events-sdk move * more type changes for events-sdk changes * page poll relation results * validate poll end event senders * reformatted copyright * undo more comment reformatting * test paging * use correct pollstartevent type * emit after updating _isFetchingResponses state * make rootEvent public readonly * fix poll end validation logic to allow poll creator to end poll regardless of redaction
- Loading branch information
Kerry
authored
Feb 1, 2023
1 parent
2800681
commit 4e8affa
Showing
2 changed files
with
187 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters