Default to false

This commit is contained in:
Luke Barnard 2017-10-26 10:06:04 +01:00
parent 97b9cf6402
commit 591a7f4b86

View File

@ -113,7 +113,7 @@ module.exports = React.createClass({
const maxVideoHeight = fullscreenElement ? null : this.props.maxHeight;
const localVideoFeedClasses = classNames("mx_VideoView_localVideoFeed",
{ "mx_VideoView_localVideoFeed_flipped":
UserSettingsStore.getSyncedSetting('VideoView.flipVideoHorizontally'),
UserSettingsStore.getSyncedSetting('VideoView.flipVideoHorizontally', false),
},
);
return (