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"])
|
Map.put(object, "quoteUri", quote_object.data["id"])
|
||||||
else
|
else
|
||||||
_ -> object
|
_ -> object
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
def chat_message(actor, recipient, content, opts \\ []) do
|
def chat_message(actor, recipient, content, opts \\ []) do
|
||||||
basic = %{
|
basic = %{
|
||||||
"id" => Utils.generate_object_id(),
|
"id" => Utils.generate_object_id(),
|
||||||
|
|
Loading…
Reference in a new issue