forked from AkkomaGang/akkoma
remove pry
This commit is contained in:
parent
9570a5be40
commit
14ab2fd0f4
1 changed files with 0 additions and 2 deletions
|
@ -120,8 +120,6 @@ def note_activity_factory(attrs \\ %{}) do
|
||||||
note = attrs[:note] || insert(:note, user: user)
|
note = attrs[:note] || insert(:note, user: user)
|
||||||
published = attrs[:published] || DateTime.utc_now() |> DateTime.to_iso8601()
|
published = attrs[:published] || DateTime.utc_now() |> DateTime.to_iso8601()
|
||||||
attrs = Map.drop(attrs, [:user, :note])
|
attrs = Map.drop(attrs, [:user, :note])
|
||||||
require IEx
|
|
||||||
IEx.pry()
|
|
||||||
|
|
||||||
data = %{
|
data = %{
|
||||||
"id" => Pleroma.Web.ActivityPub.Utils.generate_activity_id(),
|
"id" => Pleroma.Web.ActivityPub.Utils.generate_activity_id(),
|
||||||
|
|
Loading…
Reference in a new issue