From 478cf68228b0157da9446354a993804ddac65d51 Mon Sep 17 00:00:00 2001 From: winter Date: Thu, 8 May 2025 21:34:04 +0100 Subject: add automated account indicator --- templates/actor/profile.php | 6 ++++++ templates/note/info_line.php | 33 +++++++++++++++++---------------- 2 files changed, 23 insertions(+), 16 deletions(-) (limited to 'templates') diff --git a/templates/actor/profile.php b/templates/actor/profile.php index 3e1a11e..4e5f66a 100644 --- a/templates/actor/profile.php +++ b/templates/actor/profile.php @@ -23,6 +23,12 @@ $actorUser = UserAccount::findByLinkedActor($actor);
pronouns) ?>
@getFullHandle() ?>
created)) ?>
+ automated): ?> +
+ + +
+
diff --git a/templates/note/info_line.php b/templates/note/info_line.php index acc85d7..4886b1c 100644 --- a/templates/note/info_line.php +++ b/templates/note/info_line.php @@ -1,8 +1,4 @@ - +
author->displayName) ?> @@ -14,15 +10,20 @@ use Digitigrade\Model\NotePrivacyScope; created) ?> - + + author->automated): ?> + + + +
\ No newline at end of file -- cgit v1.3