MOBILE-4522 forum: Only trigger MARK_READ_EVENT if forum has tracking
This commit is contained in:
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user