summaryrefslogtreecommitdiffstats
path: root/webapp/utils/async_client.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/utils/async_client.jsx')
-rw-r--r--webapp/utils/async_client.jsx8
1 files changed, 0 insertions, 8 deletions
diff --git a/webapp/utils/async_client.jsx b/webapp/utils/async_client.jsx
index 3941442b1..74064169f 100644
--- a/webapp/utils/async_client.jsx
+++ b/webapp/utils/async_client.jsx
@@ -584,8 +584,6 @@ export function getPostsPage(id, maxPosts) {
checkLatest: true,
post_list: data
});
-
- getProfiles();
},
(err) => {
dispatchError(err, 'getPostsPage');
@@ -632,8 +630,6 @@ export function getPosts(id) {
numRequested: 0,
post_list: data
});
-
- getProfiles();
},
(err) => {
dispatchError(err, 'getPosts');
@@ -668,8 +664,6 @@ export function getPostsBefore(postId, offset, numPost, isPost) {
post_list: data,
isPost
});
-
- getProfiles();
},
(err) => {
dispatchError(err, 'getPostsBefore');
@@ -704,8 +698,6 @@ export function getPostsAfter(postId, offset, numPost, isPost) {
post_list: data,
isPost
});
-
- getProfiles();
},
(err) => {
dispatchError(err, 'getPostsAfter');