From bc9c83b6c33d460a574fbeb764c23bfbe941b4c0 Mon Sep 17 00:00:00 2001 From: winter Date: Thu, 23 Jan 2025 18:55:52 +0000 Subject: implement blocking users it doesn't work yet for notifications! but i think i got it in most other places --- templates/actor_profile_block_button.php | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 templates/actor_profile_block_button.php (limited to 'templates/actor_profile_block_button.php') diff --git a/templates/actor_profile_block_button.php b/templates/actor_profile_block_button.php new file mode 100644 index 0000000..f82cc9a --- /dev/null +++ b/templates/actor_profile_block_button.php @@ -0,0 +1,7 @@ +actor->blocks($actor); +$action = $blocks ? 'unblock' : 'block'; +?> + \ No newline at end of file -- cgit v1.3