aboutsummaryrefslogtreecommitdiffhomepage
path: root/routes/note_fragment.php
diff options
context:
space:
mode:
authorwinter2025-01-20 17:43:17 +0000
committerwinter2025-01-20 17:43:17 +0000
commit6b78446c1d5b76438d40bbe68aa0397de533e61a (patch)
treef2e06477b74e2b380b1922179e3cb16ca1420481 /routes/note_fragment.php
parent55433eeca50ff840cb0b660f8f9de44b2bc6825f (diff)
various avatar tweaks and profile above note form
Diffstat (limited to 'routes/note_fragment.php')
-rw-r--r--routes/note_fragment.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/routes/note_fragment.php b/routes/note_fragment.php
index 5fe979a..02399e6 100644
--- a/routes/note_fragment.php
+++ b/routes/note_fragment.php
@@ -84,5 +84,5 @@ Router::getInstance()->mount('/fragment/note', function (array $args) {
$note->processTimelineAdditions();
$note->processNotifications();
}
- render_template('write_note_form');
+ render_template('write_note_form', ['actor' => $author->actor]);
}); \ No newline at end of file