diff options
| author | winter | 2024-12-19 21:26:28 +0000 |
|---|---|---|
| committer | winter | 2024-12-19 21:26:28 +0000 |
| commit | f6a55426cac40501aa7f8e88eb7bfd318d7cd170 (patch) | |
| tree | f33b53334ab8e7369bcfd6b163d20d9829953c40 /Digitigrade/Model | |
| parent | ea7076ecdb7995d619a95b22e8905f1987ffba56 (diff) | |
put requestToFollow in actor json
somehow i forgot that ????? im so stupid sometimes /pos
Diffstat (limited to 'Digitigrade/Model')
| -rw-r--r-- | Digitigrade/Model/Actor.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Digitigrade/Model/Actor.php b/Digitigrade/Model/Actor.php index 95c2d68..e419ef6 100644 --- a/Digitigrade/Model/Actor.php +++ b/Digitigrade/Model/Actor.php @@ -154,9 +154,11 @@ class Actor extends PushableModel implements RpcReceiver { 'homepage' => path_to_uri("/@/$this->handle"), 'handle' => $this->handle, 'displayName' => $this->displayName, + 'avatar' => $this->avatar, 'bio' => $this->bio, 'pronouns' => $this->pronouns, 'automated' => $this->automated, + 'requestToFollow' => $this->requestToFollow, 'endpoints' => [ 'basicFeed' => path_to_uri("/user/$this->handle/basicFeed"), 'fullFeed' => path_to_uri("/user/$this->handle/fullFeed"), |
