X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Fweb%2Fostatus%2Factivity_representer.ex;fp=lib%2Fpleroma%2Fweb%2Fostatus%2Factivity_representer.ex;h=88781626c889a20ddebd11953592bc3025f1c8bd;hb=c48c381e909240dcece9f961e4728fa712d089cc;hp=41a42b7cbb92c2d5d2cb2f55ab3ed813dcce50ca;hpb=c85998ab8a21f042ab57345a7baa9e1e27c308d1;p=akkoma diff --git a/lib/pleroma/web/ostatus/activity_representer.ex b/lib/pleroma/web/ostatus/activity_representer.ex index 41a42b7cb..88781626c 100644 --- a/lib/pleroma/web/ostatus/activity_representer.ex +++ b/lib/pleroma/web/ostatus/activity_representer.ex @@ -130,5 +130,5 @@ defmodule Pleroma.Web.OStatus.ActivityRepresenter do }] end - def to_simple_form(_,_,_), do: nil + def to_simple_form(_, _, _), do: nil end