aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/actor/profile.php
diff options
context:
space:
mode:
authorwinter2025-03-30 19:30:30 +0100
committerwinter2025-03-30 19:30:30 +0100
commit6ce663dc0959ad0a776bbd8861450346ae0c1966 (patch)
tree78120d4f0f4deaf280ffc4752f45f7cb3c72d9a9 /templates/actor/profile.php
parentb5ec7311ef03232099dd3f8b30298738e1d0937e (diff)
relocate poke form to under profile card
Diffstat (limited to 'templates/actor/profile.php')
-rw-r--r--templates/actor/profile.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/actor/profile.php b/templates/actor/profile.php
index 1e8e51c..8339fa2 100644
--- a/templates/actor/profile.php
+++ b/templates/actor/profile.php
@@ -74,12 +74,6 @@ $actorUser = UserAccount::findByLinkedActor($actor);
<?php endif; ?>
<?php call_template('actor/profile_follow_button', ['actor' => $actor, 'user' => $user]); ?>
</div>
- <?php if ($actor->isPokeable()): ?>
- <details>
- <summary><?= __('user.profile.poke') ?></summary>
- <?php call_template('actor/profile_poke_form', ['actor' => $actor]); ?>
- </details>
- <?php endif; ?>
<?php elseif ($actor->id == $user->actor->id): ?>
<div class="profileActions">
<button class="primary" hx-get="/fragment/profile" hx-target="closest .fullProfile" hx-swap="outerHTML">