Keep date in Watcher IDs
This commit is contained in:
@@ -141,7 +141,7 @@ export default class SettingsStore {
|
|||||||
settingName = setting.invertedSettingName;
|
settingName = setting.invertedSettingName;
|
||||||
}
|
}
|
||||||
|
|
||||||
const watcherId = `${SettingsStore._watcherCount++}_${settingName}_${roomId}`;
|
const watcherId = `${new Date().getTime()}_${SettingsStore._watcherCount++}_${settingName}_${roomId}`;
|
||||||
|
|
||||||
const localizedCallback = (changedInRoomId, atLevel, newValAtLevel) => {
|
const localizedCallback = (changedInRoomId, atLevel, newValAtLevel) => {
|
||||||
const newValue = SettingsStore.getValue(originalSettingName);
|
const newValue = SettingsStore.getValue(originalSettingName);
|
||||||
|
|||||||
Reference in New Issue
Block a user