mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Remove unused attributes from topic-tracking-state.
This commit is contained in:
@@ -48,8 +48,6 @@ const TopicTrackingState = EmberObject.extend({
|
||||
|
||||
@on("init")
|
||||
_setup() {
|
||||
this.unreadSequence = [];
|
||||
this.newSequence = [];
|
||||
this.states = new Map();
|
||||
this.messageIncrementCallbacks = {};
|
||||
this.stateChangeCallbacks = {};
|
||||
|
||||
Reference in New Issue
Block a user