diff options
Diffstat (limited to 'templates/actor/profile.php')
| -rw-r--r-- | templates/actor/profile.php | 6 |
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"> |
