Browse Source

Remove unused code

tags/v1.1.4
Maxim Filippov 5 years ago
parent
commit
0245ce842f
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      lib/pleroma/web/push/push.ex

+ 0
- 3
lib/pleroma/web/push/push.ex View File

@@ -122,9 +122,6 @@ defmodule Pleroma.Web.Push do
{:noreply, state}
end

# Pleroma.Repo.all(Pleroma.Object)
# Pleroma.Repo.all(Pleroma.Activity)

def format_body(
%{activity: %{data: %{"type" => "Create", "object" => %{"content" => content}}}},
actor


Loading…
Cancel
Save