Pleroma.User: mix format
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Sat, 2 Mar 2019 06:04:49 +0000 (07:04 +0100)
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Sat, 2 Mar 2019 06:04:49 +0000 (07:04 +0100)
lib/pleroma/user.ex

index a9592df6d114cc866d149abe29050a7c2a1b9b98..6ec1033a56bf991d758dda423958a74b47b6b325 100644 (file)
@@ -1207,10 +1207,10 @@ defmodule Pleroma.User do
     profile_urls = [user.ap_id]
 
     bio
-    |> CommonUtils.format_input("text/plain", [
+    |> CommonUtils.format_input("text/plain",
       mentions_format: :full,
       rel: &RelMe.maybe_put_rel_me(&1, profile_urls)
-    ])
+    )
     |> elem(0)
     |> Formatter.emojify(emoji)
   end