Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update: File privacy #845

Merged
merged 7 commits into from
Aug 7, 2021
Prev Previous commit
Next Next commit
feat(server.js): remove files from profile data
  • Loading branch information
Aminejvm authored and martinalong committed Aug 5, 2021
commit 2c9e7c4f000883be24402cca68c5891b89c81c9f
1 change: 0 additions & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ app.prepare().then(async () => {

let user = await Data.getUserByUsername({
username,
includeFiles: true,
sanitize: true,
publicOnly: true,
});
Expand Down