Add delete support for the outbox
This commit is contained in:
parent
d164d6d2dd
commit
da048a9208
5 changed files with 62 additions and 1 deletions
|
@ -16,6 +16,7 @@
|
|||
<div class="actor-action">You followed</div>
|
||||
{{ utils.display_actor(outbox_object.relates_to_actor, actors_metadata) }}
|
||||
{% elif outbox_object.ap_type in ["Article", "Note", "Video"] %}
|
||||
{% if outbox_object.is_deleted %}Deleted{% endif %}
|
||||
{{ utils.display_object(outbox_object) }}
|
||||
{% else %}
|
||||
Implement {{ outbox_object.ap_type }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue