regression fix
This commit is contained in:
@@ -125,7 +125,7 @@ class AdminController extends Controller {
|
||||
this.listenTo(view, 'rebuild', this.rebuild);
|
||||
}, {
|
||||
useStored: isReturn,
|
||||
storageKey: key,
|
||||
key: key,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@ class GlobalStreamController extends Controller {
|
||||
const view = new GlobalStreamView();
|
||||
|
||||
this.main(view, undefined, undefined, {
|
||||
storageKey: key,
|
||||
key: key,
|
||||
useStored: isReturn,
|
||||
});
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@ class StreamController extends Controller {
|
||||
}
|
||||
|
||||
this.main('views/stream', {displayTitle: true}, undefined, {
|
||||
storageKey: key,
|
||||
key: key,
|
||||
useStored: isReturn,
|
||||
});
|
||||
}
|
||||
@@ -57,7 +57,7 @@ class StreamController extends Controller {
|
||||
}
|
||||
|
||||
this.main('views/stream', {displayTitle: true, filter: 'posts'}, undefined, {
|
||||
storageKey: key,
|
||||
key: key,
|
||||
useStored: isReturn,
|
||||
});
|
||||
}
|
||||
@@ -72,7 +72,7 @@ class StreamController extends Controller {
|
||||
}
|
||||
|
||||
this.main('views/stream', {displayTitle: true, filter: 'updates'}, undefined, {
|
||||
storageKey: key,
|
||||
key: key,
|
||||
useStored: isReturn,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user