diff --git a/src/addons/mod/forum/services/forum.ts b/src/addons/mod/forum/services/forum.ts index adf94722f..93bb01e2d 100644 --- a/src/addons/mod/forum/services/forum.ts +++ b/src/addons/mod/forum/services/forum.ts @@ -917,7 +917,7 @@ export class AddonModForumProvider { .getDiscussionsInPages(forum.id, { cmId: forum.cmid, sortOrder: sortOrder.value, - readingStrategy: CoreSitesReadingStrategy.PREFER_CACHE, + readingStrategy: CoreSitesReadingStrategy.ONLY_CACHE, }) .then((response) => { // Now invalidate the WS calls.