Support custom tags in the new algorithm

This commit is contained in:
Travis Ralston 2019-02-25 13:39:08 -07:00
parent e083d50e31
commit 3d152da822
2 changed files with 94 additions and 76 deletions

View file

@ -52,7 +52,6 @@ export default class AccountSettingsHandler extends MatrixClientBackedSettingsHa
} else if (event.getType() === "im.vector.web.settings") {
// We can't really discern what changed, so trigger updates for everything
for (const settingName of Object.keys(event.getContent())) {
console.log(settingName);
this._watchers.notifyUpdate(settingName, null, event.getContent()[settingName]);
}
}