1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00
Commit Graph

5 Commits

Author SHA1 Message Date
ed06ed0185 Fix seekbar position for zero length audio (#9949) 2023-01-23 17:28:31 +01:00
8c0d202df4 Enable tsc alwaysStrict, strictBindCallApply, noImplicitThis (#9600)
* Enable tsc alwaysStrict

* Enable tsc strictBindCallApply

* Enable tsc noImplicitThis

* Add d.ts

* Improve types

* Add ?

* Increase coverage

* Improve coverage
2022-11-21 11:24:59 +00:00
36a574a14f Use server side relations for voice broadcasts (#9534) 2022-11-07 14:19:49 +00:00
9096bd82d6 Extract PlaybackInterface (#9526) 2022-11-02 09:46:42 +01:00
cb5667b4a4 Voice Broadcast playback (#9372)
* Implement actual voice broadcast playback

* Move PublicInterface type to test

* Implement pausing a voice broadcast playback

* Implement PR feedback

* Remove unnecessary early return
2022-10-14 15:48:54 +01:00