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

Merge pull request #5365 from matrix-org/t3chguy/countly

Initial Countly work
This commit is contained in:
Michael Telatynski
2020-10-30 13:07:58 +00:00
committed by GitHub
34 changed files with 1412 additions and 72 deletions

View File

@ -1113,6 +1113,7 @@ export default class RoomView extends React.Component<IProps, IState> {
dis.dispatch({
action: 'join_room',
opts: { inviteSignUrl: signUrl, viaServers: this.props.viaServers },
_type: "unknown", // TODO: instrumentation
});
return Promise.resolve();
});