Only show local delete for local replies

This commit is contained in:
Thomas Sileo 2022-11-30 17:49:36 +01:00
parent 9d357446d2
commit a273f26549
3 changed files with 12 additions and 6 deletions

View file

@ -751,7 +751,7 @@
{{ admin_expand_button(object) }}
</li>
{% endif %}
{% if object.is_from_inbox and not object.announced_via_outbox_object_ap_id %}
{% if object.is_from_inbox and not object.announced_via_outbox_object_ap_id and object.is_local_reply %}
<li>
{{ admin_force_delete_button(object.ap_id) }}
</li>