Merge pull request #4904 from matrix-org/joriks/room-list-voip

Move voip previews to bottom right corner
This commit is contained in:
Travis Ralston 2020-07-08 10:07:42 -06:00 committed by GitHub
commit 0368bff5b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 919 additions and 163 deletions

View file

@ -52,6 +52,7 @@ import {
} from "../../toasts/ServerLimitToast";
import { Action } from "../../dispatcher/actions";
import LeftPanel2 from "./LeftPanel2";
import CallContainer from '../views/voip/CallContainer';
import { ViewRoomDeltaPayload } from "../../dispatcher/payloads/ViewRoomDeltaPayload";
// We need to fetch each pinned message individually (if we don't already have it)
@ -696,6 +697,7 @@ class LoggedInView extends React.Component<IProps, IState> {
</div>
</DragDropContext>
</div>
<CallContainer />
</MatrixClientContext.Provider>
);
}