Skip to content

Commit

Permalink
lexicon
Browse files Browse the repository at this point in the history
  • Loading branch information
kawax committed Jan 7, 2025
1 parent c47f27f commit 91fd771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"guzzlehttp/guzzle": "^7.8",
"firebase/php-jwt": "^6.10",
"phpseclib/phpseclib": "^3.0",
"revolution/atproto-lexicon-contracts": "1.0.40",
"revolution/atproto-lexicon-contracts": "1.0.41",
"yocto/yoclib-multibase": "^1.2",
"jetbrains/phpstorm-attributes": "^1.2"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Client/Concerns/ToolsOzoneModeration.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function getRepos(array $dids): Response
);
}

public function queryEvents(?array $types = null, ?string $createdBy = null, ?string $sortDirection = 'desc', ?string $createdAfter = null, ?string $createdBefore = null, ?string $subject = null, ?array $collections = null, ?string $subjectType = null, ?bool $includeAllUserRecords = null, ?int $limit = 50, ?bool $hasComment = null, ?string $comment = null, ?array $addedLabels = null, ?array $removedLabels = null, ?array $addedTags = null, ?array $removedTags = null, ?array $reportTypes = null, ?string $cursor = null): Response
public function queryEvents(?array $types = null, ?string $createdBy = null, ?string $sortDirection = 'desc', ?string $createdAfter = null, ?string $createdBefore = null, ?string $subject = null, ?array $collections = null, ?string $subjectType = null, ?bool $includeAllUserRecords = null, ?int $limit = 50, ?bool $hasComment = null, ?string $comment = null, ?array $addedLabels = null, ?array $removedLabels = null, ?array $addedTags = null, ?array $removedTags = null, ?array $reportTypes = null, ?array $policies = null, ?string $cursor = null): Response
{
return $this->call(
api: Moderation::queryEvents,
Expand Down

0 comments on commit 91fd771

Please sign in to comment.