1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

implement PR feedback, move LL dialog to UserSettings

This commit is contained in:
Bruno Windels
2018-08-13 11:14:30 +02:00
parent 3731431e59
commit 28292c3388
4 changed files with 35 additions and 53 deletions

View File

@@ -38,11 +38,6 @@ export default class SettingController {
getValueOverride(level, roomId, calculatedValue, calculatedAtLevel) {
return null; // no override
}
canChangeTo(level, roomId, newValue) {
return Promise.resolve(true);
}
/**
* Called when the setting value has been changed.
* @param {string} level The level at which the setting has been modified.