mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 11:58:47 +08:00
FIX: Error loading suggested topics for anon users. (#14485)
Follow-up to fc1fd1b416
This commit is contained in:
parent
dad4781806
commit
f38fd1a5a7
|
@ -1252,6 +1252,8 @@ export default RestModel.extend({
|
||||||
suggested_group_name: result.suggested_group_name,
|
suggested_group_name: result.suggested_group_name,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if (this.topic.isPrivateMessage) {
|
||||||
this.pmTopicTrackingState.startTracking();
|
this.pmTopicTrackingState.startTracking();
|
||||||
|
}
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user