mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
FIX: Load order of TopicTrackingState
was off
This commit is contained in:
@ -18,7 +18,7 @@ export default function() {
|
||||
return (this._kvs);
|
||||
}
|
||||
if (type === "topic-tracking-state:main") {
|
||||
this._tracker = this._tracker || TopicTrackingState.current();
|
||||
this._tracker = this._tracker || TopicTrackingState.create();
|
||||
return (this._tracker);
|
||||
}
|
||||
if (type === "site-settings:main") {
|
||||
|
Reference in New Issue
Block a user