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,
|
||||
});
|
||||
|
||||
this.pmTopicTrackingState.startTracking();
|
||||
if (this.topic.isPrivateMessage) {
|
||||
this.pmTopicTrackingState.startTracking();
|
||||
}
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue