You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
Live location sharing - stop sharing to beacons in rooms you left (#8187)
* remove beacons on membership changes * add addMembershipToMockedRoom test util Signed-off-by: Kerry Archibald <kerrya@element.io> * test remove beacons on membership changes Signed-off-by: Kerry Archibald <kerrya@element.io> * removelistener Signed-off-by: Kerry Archibald <kerrya@element.io>
This commit is contained in:
@ -2,6 +2,7 @@ export * from './beacon';
|
||||
export * from './client';
|
||||
export * from './location';
|
||||
export * from './platform';
|
||||
export * from './room';
|
||||
export * from './test-utils';
|
||||
// TODO @@TR: Export voice.ts, which currently isn't exported here because it causes all tests to depend on skinning
|
||||
export * from './wrappers';
|
||||
|
Reference in New Issue
Block a user