1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-07 21:23:00 +03:00

Use server side relations for voice broadcasts (#9534)

This commit is contained in:
Michael Weimann
2022-11-07 15:19:49 +01:00
committed by GitHub
parent 3747464b41
commit 36a574a14f
11 changed files with 396 additions and 192 deletions

View File

@@ -25,3 +25,4 @@ export * from './call';
export * from './wrappers';
export * from './utilities';
export * from './date';
export * from './relations';