mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 16:55:08 +00:00
oops
This commit is contained in:
parent
7d20925009
commit
594dc86c40
@ -75,7 +75,6 @@ const TopicTrackingState = Discourse.Model.extend({
|
||||
|
||||
this.messageBus.subscribe("/delete", msg => {
|
||||
const old = tracker.states["t" + msg.topic_id];
|
||||
debugger
|
||||
if (old) {
|
||||
old.deleted = true;
|
||||
}
|
||||
@ -84,7 +83,6 @@ const TopicTrackingState = Discourse.Model.extend({
|
||||
|
||||
this.messageBus.subscribe("/recover", msg => {
|
||||
const old = tracker.states["t" + msg.topic_id];
|
||||
debugger
|
||||
if (old) {
|
||||
delete old.deleted;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user