"eslint": "^7.20.0",
"eslint-plugin-prettier": "^3.3.1",
"husky": "^5.1.0",
- "lemmy-js-client": "0.10.0-rc.9",
+ "lemmy-js-client": "0.10.0-rc.10",
"lint-staged": "^10.5.4",
"mini-css-extract-plugin": "^1.3.8",
"node-fetch": "^2.6.1",
limit: fetchLimit,
sort,
type_: ListingType.Community,
+ saved_only: false,
};
setOptionalAuth(getPostsForm, req.auth);
this.setIdOrName(getPostsForm, id, name_);
limit: fetchLimit,
sort,
type_: ListingType.Community,
+ saved_only: false,
};
setOptionalAuth(getCommentsForm, req.auth);
this.setIdOrName(getCommentsForm, id, name_);
type_: ListingType.Community,
community_id: this.state.communityId,
community_name: this.state.communityName,
+ saved_only: false,
auth: authField(false),
};
WebSocketService.Instance.send(wsClient.getPosts(form));
type_: ListingType.Community,
community_id: this.state.communityId,
community_name: this.state.communityName,
+ saved_only: false,
auth: authField(false),
};
WebSocketService.Instance.send(wsClient.getComments(form));
limit: fetchLimit,
sort,
type_,
+ saved_only: false,
};
setOptionalAuth(getPostsForm, req.auth);
promises.push(req.client.getPosts(getPostsForm));
limit: fetchLimit,
sort,
type_,
+ saved_only: false,
};
setOptionalAuth(getCommentsForm, req.auth);
promises.push(req.client.getComments(getCommentsForm));
limit: fetchLimit,
sort: this.state.sort,
type_: this.state.listingType,
+ saved_only: false,
auth: authField(false),
};
WebSocketService.Instance.send(wsClient.getPosts(getPostsForm));
limit: fetchLimit,
sort: this.state.sort,
type_: this.state.listingType,
+ saved_only: false,
auth: authField(false),
};
WebSocketService.Instance.send(wsClient.getComments(getCommentsForm));
dependencies:
invert-kv "^1.0.0"
-lemmy-js-client@0.10.0-rc.9:
- version "0.10.0-rc.9"
- resolved "https://registry.yarnpkg.com/lemmy-js-client/-/lemmy-js-client-0.10.0-rc.9.tgz#34d20541faffa12c45d9bed1d61d5695df1c497f"
- integrity sha512-ZowaY303QvfN8rBocVfGKQmnC2B7nfJgb5+GvzH85vrUO3hOroQCbGOZ0eXEWtX1c3/OuOI7sAaKkB4Urpa/HA==
+lemmy-js-client@0.10.0-rc.10:
+ version "0.10.0-rc.10"
+ resolved "https://registry.yarnpkg.com/lemmy-js-client/-/lemmy-js-client-0.10.0-rc.10.tgz#36802f64191a10e8e70624e04d0cc98de465ae5a"
+ integrity sha512-WOAjHE0SgNbpq7pA56F3zJUI7pNdtdpdE/KViAjgfEHGW+yscu/nhLzYf/QA1QjI0ONeZc9U254xOnXzSs8XUw==
levn@^0.4.1:
version "0.4.1"