diff options
| author | winter | 2024-12-20 13:38:14 +0000 |
|---|---|---|
| committer | winter | 2024-12-20 13:38:14 +0000 |
| commit | 70185d75fe665695485b783972484bbe097f30f3 (patch) | |
| tree | 5842943ef74648242f52dc4f3959d76ff24f224c /Digitigrade/Model/ActorEndpoints.php | |
| parent | df051a7524a93f96bfc69924c202a51286517ce2 (diff) | |
accepting/rejecting follow requests
Diffstat (limited to 'Digitigrade/Model/ActorEndpoints.php')
| -rw-r--r-- | Digitigrade/Model/ActorEndpoints.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Digitigrade/Model/ActorEndpoints.php b/Digitigrade/Model/ActorEndpoints.php index 2278e19..f2bc85a 100644 --- a/Digitigrade/Model/ActorEndpoints.php +++ b/Digitigrade/Model/ActorEndpoints.php @@ -9,6 +9,8 @@ class ActorEndpoints extends Model { public ?string $fullFeed; public ?string $follow; public ?string $unfollow; + public ?string $acceptedFollow; + public ?string $rejectedFollow; public ?string $block; public ?string $unblock; |
