aboutsummaryrefslogtreecommitdiffhomepage
path: root/routes
diff options
context:
space:
mode:
authorwinter2024-12-08 23:18:35 +0000
committerwinter2024-12-08 23:18:35 +0000
commitbda28640d6e066ae338c6f31407df274ed09f026 (patch)
tree2a887dd4f98f79fc11efefc9585c58e144f66a00 /routes
parentb00185ddbac9ac3de975a3954f2ede2f24458f6a (diff)
implement remote object fetching!
this is most of the tricky parts of inbound federation :3
Diffstat (limited to 'routes')
-rw-r--r--routes/note.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/routes/note.php b/routes/note.php
index e43c2a1..65b9313 100644
--- a/routes/note.php
+++ b/routes/note.php
@@ -1,9 +1,7 @@
<?php
use WpfTest\HttpResponseStatus\NotFound;
-use WpfTest\Model\Actor;
use WpfTest\Model\Note;
-use WpfTest\Model\NoteAttachment;
use WpfTest\Router;
Router::getInstance()->mount('/post/:id', function (array $args) {