diff options
| author | winter | 2024-12-08 23:18:35 +0000 |
|---|---|---|
| committer | winter | 2024-12-08 23:18:35 +0000 |
| commit | bda28640d6e066ae338c6f31407df274ed09f026 (patch) | |
| tree | 2a887dd4f98f79fc11efefc9585c58e144f66a00 /routes/note.php | |
| parent | b00185ddbac9ac3de975a3954f2ede2f24458f6a (diff) | |
implement remote object fetching!
this is most of the tricky parts of inbound federation :3
Diffstat (limited to 'routes/note.php')
| -rw-r--r-- | routes/note.php | 2 |
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) { |
