Add featured route
This commit is contained in:
parent
b17e177335
commit
f90a7133bc
8 changed files with 118 additions and 3 deletions
|
@ -13,6 +13,9 @@ defmodule NullaWeb.ActivityPub.OutboxJSON do
|
|||
)
|
||||
end
|
||||
|
||||
@doc """
|
||||
Renders outbox items.
|
||||
"""
|
||||
def show(actor, activities, max_id, min_id) do
|
||||
Jason.OrderedObject.new(
|
||||
"@context": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue