-
-
Notifications
You must be signed in to change notification settings - Fork 886
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
Api endpoint for listing read posts #4934 #5264
base: main
Are you sure you want to change the base?
Api endpoint for listing read posts #4934 #5264
Conversation
You probably want an |
@phiresky this index is already existing, created in the migration smoosh-tables-together from 2024-11-10 |
which one do you mean? |
In |
Yes. I do not think that index is adequate. See also #4459 (comment) |
ah sorry read it wrong, i added the index to the pull request |
migrations/2024-12-15-151642_add_index_on_person_id_read_for_read_only_post_actions/up.sql
Outdated
Show resolved
Hide resolved
…ead_only_post_actions/up.sql Co-authored-by: dullbananas <[email protected]>
…ly,post_id) on post_actions
Hi woodpecker failed on one of the federated api tests but in my local setup they ran trough, did you have this issue before ? |
Yes this sometimes happens and then fixes itself again, very tricky to debug. Ive restarted the build, you can also restart it yourself with |
Added the read only flag to the post list endpoint and a unittest