mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
Add missing space
Co-authored-by: Dariusz Niemczyk <3636685+Palid@users.noreply.github.com>
This commit is contained in:
parent
7fcb8ed488
commit
c246b027be
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ export default class AccountSettingsHandler extends MatrixClientBackedSettingsHa
|
||||||
const value = settings[settingName];
|
const value = settings[settingName];
|
||||||
// Fallback to old combined setting
|
// Fallback to old combined setting
|
||||||
if (value === null || value === undefined) {
|
if (value === null || value === undefined) {
|
||||||
const oldCombinedValue= settings["autoplayGifsAndVideos"];
|
const oldCombinedValue = settings["autoplayGifsAndVideos"];
|
||||||
// Write, so that we can remove this in the future
|
// Write, so that we can remove this in the future
|
||||||
this.setValue("autoplayGifs", roomId, oldCombinedValue);
|
this.setValue("autoplayGifs", roomId, oldCombinedValue);
|
||||||
this.setValue("autoplayVideo", roomId, oldCombinedValue);
|
this.setValue("autoplayVideo", roomId, oldCombinedValue);
|
||||||
|
|
Loading…
Reference in a new issue