From 6b58bf53e312a67119289b894c5b482d057e5665 Mon Sep 17 00:00:00 2001 From: winter Date: Sun, 26 Jan 2025 21:53:26 +0000 Subject: make mentions work properly + ui for them --- templates/note.php | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'templates/note.php') diff --git a/templates/note.php b/templates/note.php index d892656..e5c2942 100644 --- a/templates/note.php +++ b/templates/note.php @@ -1,4 +1,5 @@ inReplyTo)): ?>
+ - ' . htmlspecialchars($note->inReplyTo->author->displayName)) . '' ?>
+ mentions) > 0): ?> +
+ + + '' . $m->displayName . '', + $note->mentions + ))) ?> + +
-- cgit v1.3