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

Add moderator view parameter to list posts #3176

Merged
merged 21 commits into from
Jul 26, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into main
dessalines authored and biosfood committed Jul 19, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 9eabebd15bb52ae3e6169d32c4c5763bf008a88a
2 changes: 1 addition & 1 deletion api_tests/src/shared.ts
Original file line number Diff line number Diff line change
@@ -748,7 +748,7 @@ export function getPosts(
moderator_view,
auth: api.auth,
};
return api.client.getPosts(form as GetPosts);
return api.client.getPosts(form);
}

export function delay(millis = 500) {
4 changes: 4 additions & 0 deletions logfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
2023-07-19 14:59:28.309 GMT [112648] LOG: could not open configuration file "/var/lib/postgres/data/postgresql.conf": Permission denied
2023-07-19 14:59:28.309 GMT [112648] FATAL: configuration file "/var/lib/postgres/data/postgresql.conf" contains errors
2023-07-19 14:59:50.566 GMT [112668] LOG: could not open configuration file "/var/lib/postgres/data/postgresql.conf": Permission denied
2023-07-19 14:59:50.567 GMT [112668] FATAL: configuration file "/var/lib/postgres/data/postgresql.conf" contains errors
You are viewing a condensed version of this merge commit. You can view the full changes here.