You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +03:00
Default to false
This commit is contained in:
@@ -113,7 +113,7 @@ module.exports = React.createClass({
|
|||||||
const maxVideoHeight = fullscreenElement ? null : this.props.maxHeight;
|
const maxVideoHeight = fullscreenElement ? null : this.props.maxHeight;
|
||||||
const localVideoFeedClasses = classNames("mx_VideoView_localVideoFeed",
|
const localVideoFeedClasses = classNames("mx_VideoView_localVideoFeed",
|
||||||
{ "mx_VideoView_localVideoFeed_flipped":
|
{ "mx_VideoView_localVideoFeed_flipped":
|
||||||
UserSettingsStore.getSyncedSetting('VideoView.flipVideoHorizontally'),
|
UserSettingsStore.getSyncedSetting('VideoView.flipVideoHorizontally', false),
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user