From 6b78446c1d5b76438d40bbe68aa0397de533e61a Mon Sep 17 00:00:00 2001 From: winter Date: Mon, 20 Jan 2025 17:43:17 +0000 Subject: various avatar tweaks and profile above note form --- routes/note_fragment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'routes/note_fragment.php') 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 -- cgit v1.3