diff options
| author | Hunternif <hunternif@gmail.com> | 2022-08-08 00:57:08 +0100 |
|---|---|---|
| committer | Hunternif <hunternif@gmail.com> | 2022-08-08 01:31:37 +0100 |
| commit | e7b8983983579e718a216b0d29fc86da0aacb77e (patch) | |
| tree | 4cc972846012d81780844d481784bca98fb47d39 /client/js/controllers | |
| parent | ad191c8612ff956fa83a462fd0f006bccabf5491 (diff) | |
client: fix pageCache in all list pages
Diffstat (limited to 'client/js/controllers')
| -rw-r--r-- | client/js/controllers/post_list_controller.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/js/controllers/post_list_controller.js b/client/js/controllers/post_list_controller.js index bb5ab25..7a8ff9e 100644 --- a/client/js/controllers/post_list_controller.js +++ b/client/js/controllers/post_list_controller.js @@ -193,6 +193,7 @@ class PostListController { ); return view; }, + readPageFromCache: (rawPage) => PostList.fromResponse(rawPage), }); } } |