diff --git a/app/Transformer/ActivityPub/Verb/Announce.php b/app/Transformer/ActivityPub/Verb/Announce.php new file mode 100644 index 000000000..b6acb31d1 --- /dev/null +++ b/app/Transformer/ActivityPub/Verb/Announce.php @@ -0,0 +1,19 @@ + 'https://www.w3.org/ns/activitystreams', + 'type' => 'Announce', + 'actor' => $status->profile->permalink(), + 'object' => $status->parent()->url() + ]; + } +} \ No newline at end of file