Work around upserting problems in context mapping.
This commit is contained in:
parent
45c751985e
commit
af49c11193
2 changed files with 9 additions and 5 deletions
|
|
@ -43,6 +43,6 @@ defmodule Pleroma.Object do
|
|||
end
|
||||
|
||||
def context_mapping(context) do
|
||||
%Object{data: %{"id" => context}}
|
||||
Object.change(%Object{}, %{data: %{"id" => context}})
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue