mirror of
https://git.youjo.love/youjo/youjo-be.git
synced 2025-03-02 00:53:03 +01:00
fix another fuckup
This commit is contained in:
parent
6805e06c90
commit
86fc08ceb1
1 changed files with 0 additions and 2 deletions
|
@ -479,8 +479,6 @@ defmodule Pleroma.Web.ActivityPub.SideEffects do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
{:ok, object, meta}
|
|
||||||
def handle_object_creation(%{"type" => "ChatMessage"} = object, _activity, meta) do
|
def handle_object_creation(%{"type" => "ChatMessage"} = object, _activity, meta) do
|
||||||
with {:ok, object, meta} <- Pipeline.common_pipeline(object, meta) do
|
with {:ok, object, meta} <- Pipeline.common_pipeline(object, meta) do
|
||||||
actor = User.get_cached_by_ap_id(object.data["actor"])
|
actor = User.get_cached_by_ap_id(object.data["actor"])
|
||||||
|
|
Loading…
Reference in a new issue