MOBILE-2915 forum: Fix discussion sync
parent
5c4fcaf09e
commit
8b5b33ec82
|
@ -357,7 +357,7 @@ export class AddonModForumDiscussionPage implements OnDestroy {
|
||||||
protected syncDiscussion(showErrors: boolean): Promise<any> {
|
protected syncDiscussion(showErrors: boolean): Promise<any> {
|
||||||
const promises = [];
|
const promises = [];
|
||||||
|
|
||||||
promises.push(this.forumSync.syncDiscussionReplies(this.forumId, this.discussionId).then((result) => {
|
promises.push(this.forumSync.syncDiscussionReplies(this.discussionId).then((result) => {
|
||||||
if (result.warnings && result.warnings.length) {
|
if (result.warnings && result.warnings.length) {
|
||||||
this.domUtils.showErrorModal(result.warnings[0]);
|
this.domUtils.showErrorModal(result.warnings[0]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue