-
Notifications
You must be signed in to change notification settings - Fork 103
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
ModerationQueryStatuses always return nil and missing onlyMuted param #699
Comments
Hi @bnewbold, thank you for adding onlyMuted param. Anyway, I have found why ModerationQueryStatuses always return nil, looks like because Appealed type is bool and forced me to use true and false value only which resulting the PDS always returning nil since there is no True or False Appealed records but nil. I have tested using this params, and it worked as expected by providing empty string to "appealed" map key as below:
Response of request by using above params as below:
|
ModerationQueryStatuses always return nil for all reviewState and missing onlyMuted param (here)
I have tested by manual call to https://agaric.us-west.host.bsky.network/xrpc/tools.ozone.moderation.queryStatuses?limit=50&includeMuted=true&sortField=lastReportedAt&sortDirection=desc and responded as expected.
The text was updated successfully, but these errors were encountered: