Update misc documentation and spell indices correctly

This commit is contained in:
Travis Ralston 2020-05-14 13:01:51 -06:00
parent f8cbadaba5
commit aafbd7f208
4 changed files with 27 additions and 30 deletions

View file

@ -121,7 +121,7 @@ class RoomListStore extends Store {
_checkDisabled() {
this.disabled = SettingsStore.isFeatureEnabled("feature_new_room_list");
if (this.disabled) {
console.warn("DISABLING LEGACY ROOM LIST STORE");
console.warn("👋 legacy room list store has been disabled");
}
}