Support for processing Questions answers/votes
This commit is contained in:
parent
f834596197
commit
3d5a86d51e
5 changed files with 184 additions and 9 deletions
|
@ -15,7 +15,7 @@
|
|||
{% elif outbox_object.ap_type == "Follow" %}
|
||||
<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"] %}
|
||||
{% elif outbox_object.ap_type in ["Article", "Note", "Video", "Question"] %}
|
||||
{{ utils.display_object(outbox_object) }}
|
||||
{% else %}
|
||||
Implement {{ outbox_object.ap_type }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue