From 2c6353eb4e493365fce2adb473516cd1ff3b0d01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Sat, 10 Sep 2022 19:18:01 +0100 Subject: [PATCH] ???? --- akkoma/akkoma.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/akkoma/akkoma.patch b/akkoma/akkoma.patch index 2637645..25a9f5f 100644 --- a/akkoma/akkoma.patch +++ b/akkoma/akkoma.patch @@ -1,6 +1,6 @@ diff --git a/lib/mix/migrator.ex b/lib/mix/migrator.ex new file mode 100644 -index 000000000..87a6b2c53 +index 000000000..fb61bfb34 --- /dev/null +++ b/lib/mix/migrator.ex @@ -0,0 +1,111 @@ @@ -71,7 +71,7 @@ index 000000000..87a6b2c53 + end + + def try_create_activity(params) do -+ {:ok, object} = try_create_object(params) ++ {:ok, object} = try_create_object(params["object"]) + if object do + try do + {:ok, _activity, _meta} = ActivityPub.persist(params, local: true)