mirror of
https://git.youjo.love/youjo/youjo-be.git
synced 2024-11-20 05:49:54 +01:00
missing ends because thanks ghd
This commit is contained in:
parent
adfcc70188
commit
c278b17b4c
1 changed files with 3 additions and 1 deletions
|
@ -238,7 +238,9 @@ defmodule Pleroma.Web.ActivityPub.Builder do
|
|||
Map.put(object, "quoteUri", quote_object.data["id"])
|
||||
else
|
||||
_ -> object
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
def chat_message(actor, recipient, content, opts \\ []) do
|
||||
basic = %{
|
||||
"id" => Utils.generate_object_id(),
|
||||
|
|
Loading…
Reference in a new issue