1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00
Commit Graph

12 Commits

Author SHA1 Message Date
5398db21ad Add ESLint Jest (#10261) 2023-03-01 16:23:35 +01:00
f1a08cd572 Gitter sunsetting: Use findPredecessor in EventTileFactory (#10075) 2023-02-03 15:36:37 +00:00
c6f6fa62f7 Implement broadcast UTD handling (#10021) 2023-02-01 13:32:49 +01:00
9584388171 Improve some voice broadcast tests (#9786) 2022-12-16 18:23:29 +00:00
27c5b793e9 Merge branch 'develop' into weeman1337/prettier 2022-12-12 16:09:11 +01:00
57e1822add Add voice broadcast ended message (#9728) 2022-12-12 16:03:56 +01:00
526645c791 Apply prettier formatting 2022-12-12 12:24:14 +01:00
36a574a14f Use server side relations for voice broadcasts (#9534) 2022-11-07 14:19:49 +00:00
1b74782854 Voice Broadcast live state / extract RelationsHelper (#9432)
* Extract RelationsHelper

* Make RelationsHelper.relations optional
2022-10-17 13:31:03 +01:00
b871456681 Hide voice broadcast chunks (#9397) 2022-10-12 17:58:57 +02:00
2e32a4d4b6 Fix invisible power levels tile when showing hidden events (#9162)
* Fix invisible power levels tile when showing hidden events

* Add regression test
2022-08-10 13:33:13 +00:00
ed92071046 Live location share - open latest location in map site (#8981)
* move getForwardableBeacon to beacon utils

* move event transform type up

* add helper to get shareable-as-locaion events

* use getShareableLocationEvent in MessageContextMenu

* test opening in maplink

* fix bad copy pasted tests
2022-07-04 16:05:55 +02:00