MOBILE-4522 forum: Only trigger MARK_READ_EVENT if forum has tracking
parent
b38b77edd9
commit
99dcbd9590
|
@ -863,7 +863,7 @@ export class AddonModForumDiscussionPage implements OnInit, AfterViewInit, OnDes
|
|||
});
|
||||
}
|
||||
|
||||
if (!this.courseId || !this.cmId) {
|
||||
if (!this.courseId || !this.cmId || !this.trackPosts) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue